We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7787050 commit 4d4c418Copy full SHA for 4d4c418
1 file changed
docs/asciidoc/getting_started.adoc
@@ -136,7 +136,7 @@ NOTE: For non-boot applications `springfox-swagger-ui` is no longer automaticall
136
using a resource handler configurer (`WebFluxConfigurer` or `WebMvcConfigurer`). Here is how it is configured in
137
`springfox-boot-starter`
138
139
-NOTE: swagger-ui location has moved from `http://host/context-path/` to `http://host/context-path/swagger-ui/index.html`
+NOTE: swagger-ui location has moved from `http://host/context-path/swagger-ui.html` to `http://host/context-path/swagger-ui/index.html`
140
OR `http://host/context-path/swagger-ui/` for short. This makes it work much better with pulling it as a web jar and turning it off
141
using configuration properties if not needed.
142
0 commit comments