mvc resources handler initial commit

master
Keith Donald 14 years ago
parent 5a1bd20864
commit ab13e9b5ec
  1. 10
      org.springframework.web.servlet/src/test/resources/org/springframework/web/servlet/config/mvc-config-resources.xml

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:mvc="http://www.springframework.org/schema/mvc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd">
<mvc:resources />
</beans>
Loading…
Cancel
Save