Skip to content

Instantly share code, notes, and snippets.

@klaud81
Created March 27, 2019 01:50
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 klaud81/78bf1f344d3cefde02aa117a923e0ecf to your computer and use it in GitHub Desktop.
Save klaud81/78bf1f344d3cefde02aa117a923e0ecf to your computer and use it in GitHub Desktop.
spring-writer3
<bean
class="org.springframework.web.servlet.view.InternalResourceViewResolver">
<property name="prefix">
<value>/WEB-INF/views/</value>
</property>
<property name="suffix">
<value>.jsp</value>
</property>
</bean>
<mvc:resources mapping="/webjars/**" location="/webjars/"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment