Domande taggate «swagger-2.0»



5
Swagger Springfox non funziona in avvio a molla 2.2.0
Voglio aggiornare Spring Boot v2.1.9 a 2.2.0. Ma dopo l'aggiornamento sto ottenendo alcune eccezioni, che dicono che Spring Fox sta usando una versione precedente di Spring-Plugin-Core. Esiste una soluzione alternativa per questo o devo rinunciare al plug-in Springfox? *************************** APPLICATION FAILED TO START *************************** Description: An attempt was made to …

11
Spring boot 2.2.0 Spring HateOas problema di avvio
Ho spostato il mio progetto da Spring Boot 2.1.9 a 2.2.0. Durante l'avvio del progetto sto affrontando i seguenti errormessaggi. Cosa potrebbe aver causato, non sto usando neanche hateoasnel mio pom.xmlfile. Caused by: org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type 'org.springframework.plugin.core.PluginRegistry<org.springframework.hateoas.client.LinkDiscoverer, org.springframework.http.MediaType>' available: expected single matching bean but found 17: modelBuilderPluginRegistry,modelPropertyBuilderPluginRegistry,typeNameProviderPluginRegistry,syntheticModelProviderPluginRegistry,documentationPluginRegistry,apiListingBuilderPluginRegistry,operationBuilderPluginRegistry,parameterBuilderPluginRegistry,expandedParameterBuilderPluginRegistry,resourceGroupingStrategyRegistry,operationModelsProviderPluginRegistry,defaultsProviderPluginRegistry,pathDecoratorRegistry,apiListingScannerPluginRegistry,relProviderPluginRegistry,linkDiscovererRegistry,entityLinksPluginRegistry …
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.