...
|
...
|
@@ -49,4 +49,9 @@ |
|
|
</property>
|
|
|
</bean>
|
|
|
|
|
|
<!-- 静态资源访问 -->
|
|
|
<mvc:resources location="/js/" mapping="/js/**"/>
|
|
|
<mvc:resources location="/css/" mapping="/css/**"/>
|
|
|
<mvc:resources location="/img/" mapping="/img/**"/>
|
|
|
|
|
|
</beans> |
|
|
\ No newline at end of file |
...
|
...
|
|