...
|
...
|
@@ -5,7 +5,7 @@ |
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
|
|
http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
|
|
|
http://www.springframework.org/schema/mvc
|
|
|
http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd ">
|
|
|
http://www.springframework.org/schema/mvc/spring-mvc.xsd ">
|
|
|
|
|
|
<mvc:resources mapping="/easyui/**" location="/easyui/" />
|
|
|
<mvc:resources mapping="/html/**" location="/html/" />
|
...
|
...
|
@@ -45,4 +45,8 @@ |
|
|
</property> -->
|
|
|
</bean>
|
|
|
|
|
|
|
|
|
<mvc:cors>
|
|
|
<mvc:mapping path="/**" />
|
|
|
</mvc:cors>
|
|
|
</beans> |
|
|
\ No newline at end of file |
...
|
...
|
|