adrianbk / swagger-springmvc-demo

swagger-springmvc-demo
155 stars 103 forks source link

swagger-springmvc disable Swagger Sample App? #12

Open soahc opened 10 years ago

soahc commented 10 years ago

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.