重命名软件包
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
http://www.springframework.org/schema/context/spring-context.xsd
|
||||
http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd">
|
||||
<!-- 扫描Controller -->
|
||||
<context:component-scan base-package="ah.com.controller" />
|
||||
<context:component-scan base-package="com.landaiqing.controller" />
|
||||
<!-- 配置视图解析器 -->
|
||||
<bean class="org.springframework.web.servlet.view.InternalResourceViewResolver">
|
||||
<property name="suffix" value=".jsp" />
|
||||
|
Reference in New Issue
Block a user