I am using (Spring MVC 4.3.11.RELEASE), (spring-boot, spring-boot-autoconfigure 1.5.7.RELEASE). In which trying to integrate springdoc-openapi-ui 1.5.9
On the API-JSON DOC it is returning a proper JSON formatted document.
When am trying to hit swagger-ui.html then it says 404 but the URL is getting changed to http://localhost:8080/context-path/swagger-ui/index.html?configUrl=/context-path/v3/api-docs/swagger-config
On Swagger-config URL
I have referred to these How to Integrate Open API 3 with Spring project (not Spring Boot)? The last part of the above link is configured like the below ss.
Can anyone help me to fix the swagger-ui?