统一首页
This commit is contained in:
parent
a85bb8d57f
commit
c0e307d3d9
|
@ -9,6 +9,6 @@
|
||||||
http://www.springframework.org/schema/mvc/spring-mvc.xsd">
|
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>
|
</beans>
|
|
@ -9,6 +9,6 @@
|
||||||
http://www.springframework.org/schema/mvc/spring-mvc.xsd">
|
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>
|
</beans>
|
|
@ -9,6 +9,6 @@
|
||||||
http://www.springframework.org/schema/mvc/spring-mvc.xsd">
|
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>
|
</beans>
|
|
@ -9,6 +9,6 @@
|
||||||
http://www.springframework.org/schema/mvc/spring-mvc.xsd">
|
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>
|
</beans>
|
|
@ -9,6 +9,6 @@
|
||||||
http://www.springframework.org/schema/mvc/spring-mvc.xsd">
|
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>
|
</beans>
|
|
@ -9,6 +9,6 @@
|
||||||
http://www.springframework.org/schema/mvc/spring-mvc.xsd">
|
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>
|
</beans>
|
|
@ -3,9 +3,8 @@
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xmlns:aop="http://www.springframework.org/schema/aop"
|
xmlns:aop="http://www.springframework.org/schema/aop"
|
||||||
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
||||||
http://www.springframework.org/schema/beans/spring-beans.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">
|
||||||
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd">
|
|
||||||
|
|
||||||
<aop:aspectj-autoproxy proxy-target-class="true"/>
|
<aop:aspectj-autoproxy proxy-target-class="true"/>
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
http://www.springframework.org/schema/mvc/spring-mvc.xsd">
|
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>
|
</beans>
|
Loading…
Reference in New Issue