-
-
Notifications
You must be signed in to change notification settings - Fork 523
springdoc.swagger-ui.url not working as expected #2225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello,
More here: #2204 |
Your issue is not reproducible. I think that the files placed in resources are probably set to not be published. |
Hi!
http://localhost:8080/v3/api-docs OK I have tried @moravcik94 workaround but it is not working in my case. Any advice? Thanks! |
I have the same issue in 2.1.0. now, I solved this issue like this I added this to my property file springdoc.packagesToScan=your.package |
I have similar issue, but with webflux and I'm not using the
My dependencies:
http://localhost:8080/v3/api-docs -> OK I've tried @moravcik94 workaround dependency + @youtae property but it is not working in my case. |
Previously it was working fine:
Dependencies:
http://localhost:8080/v3/api-docs -> OK |
I've created a reproducible example: https://github.com/elgleidson/springdoc-webflux-issue |
Sorry guys, I must have copied the dependency wrong 🙈
Correct:
It's working with the right dependency. |
@uc4w6c find the minimum reproducible code here https://github.com/crazycatMyopic/issue_2/tree/main |
@crazycatMyopic |
@uc4w6c i'm not sure what changes we both might have made, cause for me it's still giving the old one, it is not taking the custom json |
@crazycatMyopic |
same issue |
displayed using the minimum reproducible code created by the creator of this issue (@crazycatMyopic), so I will close it. What other people are commenting on may be different. |
@uc4w6c sorry for late reply's, this is my current properties
I'm still facing the issue, can you please let me know if this is correct? |
@uc4w6c |
based on this url I should be able to use a custom json file (with the Open 3 specification) but i'm unable to, my code keeps giving me 404 not found. The path placed is correct btw.
why is this feature not working?
The text was updated successfully, but these errors were encountered: