Skip to content

Instantly share code, notes, and snippets.

@aliencode
Created September 15, 2013 03:29
Show Gist options
  • Select an option

  • Save aliencode/6567793 to your computer and use it in GitHub Desktop.

Select an option

Save aliencode/6567793 to your computer and use it in GitHub Desktop.
使用SPRING MVC时让WEB容器处理静态资源
<servlet-mapping>
<servlet-name>default</servlet-name>
<url-pattern>/static/*</url-pattern>
</servlet-mapping>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment