Skip to content

Instantly share code, notes, and snippets.

@indrabasak
Last active April 4, 2017 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indrabasak/14be82f1fcb9f4230d827aff863e1008 to your computer and use it in GitHub Desktop.
Save indrabasak/14be82f1fcb9f4230d827aff863e1008 to your computer and use it in GitHub Desktop.
SWAGGER2_INTEGRATION_WITH_SPRING_REST
<!-- Direct static mappings -->
<mvc:resources mapping="swagger-ui.html"
location="classpath:/META-INF/resources/" />
<mvc:resources mapping="/webjars/**"
location="classpath:/META-INF/resources/webjars/" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment