统一首页

This commit is contained in:
shuzheng 2017-03-25 01:16:42 +08:00
parent a85bb8d57f
commit c0e307d3d9
8 changed files with 9 additions and 10 deletions

View File

@ -9,6 +9,6 @@
http://www.springframework.org/schema/mvc/spring-mvc.xsd">
<!-- 根目录'/'对应页面 -->
<mvc:view-controller path="/" view-name="/index"/>
<mvc:view-controller path="/" view-name="/index.jsp"/>
</beans>

View File

@ -9,6 +9,6 @@
http://www.springframework.org/schema/mvc/spring-mvc.xsd">
<!-- 根目录'/'对应页面 -->
<mvc:view-controller path="/" view-name="/index"/>
<mvc:view-controller path="/" view-name="/index.jsp"/>
</beans>

View File

@ -9,6 +9,6 @@
http://www.springframework.org/schema/mvc/spring-mvc.xsd">
<!-- 根目录'/'对应页面 -->
<mvc:view-controller path="/" view-name="/index"/>
<mvc:view-controller path="/" view-name="/index.jsp"/>
</beans>

View File

@ -9,6 +9,6 @@
http://www.springframework.org/schema/mvc/spring-mvc.xsd">
<!-- 根目录'/'对应页面 -->
<mvc:view-controller path="/" view-name="/index"/>
<mvc:view-controller path="/" view-name="/index.jsp"/>
</beans>

View File

@ -9,6 +9,6 @@
http://www.springframework.org/schema/mvc/spring-mvc.xsd">
<!-- 根目录'/'对应页面 -->
<mvc:view-controller path="/" view-name="/index"/>
<mvc:view-controller path="/" view-name="/index.jsp"/>
</beans>

View File

@ -9,6 +9,6 @@
http://www.springframework.org/schema/mvc/spring-mvc.xsd">
<!-- 根目录'/'对应页面 -->
<mvc:view-controller path="/" view-name="/index"/>
<mvc:view-controller path="/" view-name="/index.jsp"/>
</beans>

View File

@ -3,9 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:aop="http://www.springframework.org/schema/aop"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd">
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd">
<aop:aspectj-autoproxy proxy-target-class="true"/>

View File

@ -9,6 +9,6 @@
http://www.springframework.org/schema/mvc/spring-mvc.xsd">
<!-- 根目录'/'对应页面 -->
<mvc:view-controller path="/" view-name="/index"/>
<mvc:view-controller path="/" view-name="/index.jsp"/>
</beans>