Which Version of swagger is compatible with Spring boot 3.2.8?
Which Version of swagger is compatible with Spring boot 3.2.8?
I am not able to open swagger at my local host. I am having Spring boot 3.2.8 and not able to downgrade the version below that. The dependency which I used in pom.xml is springdoc-openapi-ui
version 1.7.0
How to run swagger?
is there any ways to use @Controller annotation and Swagger
I have been using swagger for testing my API’s. But as I have recently added front-end using thymeleaf, I had to change @RestController to @Controller. Now swagger seems won’t work anymore?
how do I convince springdoc-openapi-starter-webmvc-ui to use my custom fake_api.yml?
I have:
Encountered Whitelabel Error Page when accessing http://localhost:8080/swagger-ui/index.html
I am learning how to use swagger3 in Springboot. I can access http://localhost:8080/rad and test data is available.I am using springboot 3.25