Hello I have integrated Swagger with Spring Framework. I have a servlet with servlet mapping as follows- <servlet-mapping> <servlet-name>rest</servlet-name> <url-pattern>/service/*</url-pattern> </servlet-mapping>
With such a servlet mapping I get the error - HTTP Status 404 - /rest/swagger-resources/configuration/ui error on executing request http://jkaur2k12:61400/rest/swagger-ui.html Can you please suggest a solution for this ? I cannot afford to change my web apps servlet mapping as its a legacy pattern being followed, dificult to be changed. Thanks, Jaspreet -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
