spring-boot-webflux-swagger-starter
spring-boot-webflux-swagger-starter copied to clipboard
Don't Work, I get 404 in http://localhost:8080/swagger-ui.html
Whitelabel Error Page This application has no configured error view, so you are seeing this as a fallback.
Mon Jul 06 16:23:38 BRT 2020 [aa08b637] There was an unexpected error (type=Not Found, status=404).
Feel free to create a fixing PR for this 👍
The endpoint changed to: http://localhost:8080/swagger-ui/index.html.
You have to change the README
same problem and http://localhost:8080/swagger-ui/index.html dont work for me either.
Seems like the version changed from under our feet, they have an open issue on it: https://github.com/springfox/springfox-demos/issues/70 and https://github.com/springfox/springfox/issues/3362
@pgilad @rujensen-clgx @marzari Found the fix but unable to raise a PR. can some one grant me an access?
It works in my project check my github and my configurations: Link: https://github.com/webViking/spring5-webflux-rest Commit: added swagger
http://localhost:8080/swagger-ui/
it still doesnt work
My swagger version 3.0.0 it does not work . Also @EnableSwagger2WebFlux annotation is deprecated.