重命名软件包

This commit is contained in:
2023-11-15 13:39:00 +08:00
parent 2f3d218368
commit e90d2736dc
47 changed files with 136 additions and 128 deletions

View File

@@ -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" />