swagger-springmvc-demo
swagger-springmvc-demo copied to clipboard
The swagger-ui returns text/plain instead of html
When I make the request from browser to http://localhost:8080/sdoc.jsp I get the response in text/plain.
More than likely your web server is not treating it as a jsp. Have you enabled a jsp view resolver in spring
I have embedded Tomcat running. My app is a REST api. As I read jsp is not working with embeded Tomcat in Spring Boot. Is this correct?
If so, what can I do to get it working?
Thanks for your help!