You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use Spring Boot 3.2.10 and Springdoc 2.5.0, I get the desired results. However, when I upgrade to Spring Boot 3.3.4 and Springdoc 2.6, the same code does not produce the expected results. Below is the provided simple code. When running all services, accessing http://localhost:7001/swagger-ui.html gives the desired output, but accessing http://localhost:7002/swagger-ui.html does not yield the correct results
When using Spring Boot 3.2.10 and Springdoc 2.5.0, the gateway returns the correct JSON result at /v3/api-docs/test-service. However, after upgrading, /v3/api-docs/test-service returns the documentation for the gateway itself.
The text was updated successfully, but these errors were encountered:
When I use Spring Boot 3.2.10 and Springdoc 2.5.0, I get the desired results. However, when I upgrade to Spring Boot 3.3.4 and Springdoc 2.6, the same code does not produce the expected results. Below is the provided simple code. When running all services, accessing http://localhost:7001/swagger-ui.html gives the desired output, but accessing http://localhost:7002/swagger-ui.html does not yield the correct results
When using Spring Boot 3.2.10 and Springdoc 2.5.0, the gateway returns the correct JSON result at /v3/api-docs/test-service. However, after upgrading, /v3/api-docs/test-service returns the documentation for the gateway itself.
The text was updated successfully, but these errors were encountered: