swagger configuration - gluehloch/java-examples GitHub Wiki
Swagger im Zusammenspiel mit SpringBoot funktioniert aus dem Stand hervorragend.
OK:
// Servlet / web.xml Pfad. Darunter liegen die Controller http://localhost:8080/registrationservice/api
// Controller Pfad /registration // Service Pfad /ping http://localhost:8080/registrationservice/api/registration/ping
Swagger Not OK: http://localhost:8080/registrationservice/api/registrationservice/registration/ping http://localhost:8080/registrationservice/api
Swagger mit 'null' im URL Pfad. Komisch. null/swagger-resources/configuration/ui
Liefert ein 404. Seite nicht gefunden. http://localhost:8080/registrationservice/ swagger-resources/configuration/ui
Nach Popup-Dialog Korrektur: http://localhost:8080/registrationservice/api/swagger-resources/configuration/ui