Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

静态资源无法返回 #18

Closed
hellokaton opened this issue Dec 19, 2015 · 1 comment
Closed

静态资源无法返回 #18

hellokaton opened this issue Dec 19, 2015 · 1 comment

Comments

@hellokaton
Copy link
Member

No description provided.

@hellokaton hellokaton added the bug label Dec 19, 2015
@hellokaton
Copy link
Member Author

暂时在 web.xml 加入

<servlet-mapping>
    <servlet-name>default</servlet-name>
     <url-pattern>*.jpg</url-pattern>
</servlet-mapping>
<servlet-mapping>
    <servlet-name>default</servlet-name>
     <url-pattern>*.css</url-pattern>
</servlet-mapping>
<servlet-mapping>
    <servlet-name>default</servlet-name>
     <url-pattern>*.js</url-pattern>
</servlet-mapping>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant