spring-boot-webflux-swagger-starter icon indicating copy to clipboard operation
spring-boot-webflux-swagger-starter copied to clipboard

Don't Work, I get 404 in http://localhost:8080/swagger-ui.html

Open marzari opened this issue 4 years ago • 9 comments

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).

marzari avatar Jul 06 '20 19:07 marzari

Feel free to create a fixing PR for this 👍

pgilad avatar Jul 07 '20 07:07 pgilad

The endpoint changed to: http://localhost:8080/swagger-ui/index.html.

You have to change the README

marzari avatar Jul 07 '20 16:07 marzari

same problem and http://localhost:8080/swagger-ui/index.html dont work for me either.

rujensen-clgx avatar Jul 08 '20 20:07 rujensen-clgx

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 avatar Jul 09 '20 05:07 pgilad

@pgilad @rujensen-clgx @marzari Found the fix but unable to raise a PR. can some one grant me an access?

iamrmin avatar Jul 12 '20 21:07 iamrmin

It works in my project check my github and my configurations: Link: https://github.com/webViking/spring5-webflux-rest Commit: added swagger

dev-dwr avatar Jul 14 '20 19:07 dev-dwr

http://localhost:8080/swagger-ui/

BrSeal avatar Nov 06 '20 18:11 BrSeal

it still doesnt work

bhumir81 avatar Nov 16 '20 18:11 bhumir81

My swagger version 3.0.0 it does not work . Also @EnableSwagger2WebFlux annotation is deprecated.

mehmetpekdemir avatar Apr 26 '21 12:04 mehmetpekdemir