Hi, I am using swagger-springmvc 0.9 and swagger-spring-mvc-ui 0.2 in my spring application to document all rest interfaces. I configured swagger-spring-mvc-ui like explained here: https://github.com/adrianbk/swagger-springmvc-demo/tree/master/swagger-ui and I can access the rest documentation under /sdoc.jsp.
so far so good, but under my web application root /, the Swagger Sample App Documentation is deployed. How can I disable this?
Hi, I am using swagger-springmvc 0.9 and swagger-spring-mvc-ui 0.2 in my spring application to document all rest interfaces. I configured swagger-spring-mvc-ui like explained here: https://github.com/adrianbk/swagger-springmvc-demo/tree/master/swagger-ui and I can access the rest documentation under /sdoc.jsp.
so far so good, but under my web application root /, the Swagger Sample App Documentation is deployed. How can I disable this?
Thank you.