摘要: <!-- 配置包扫描--> <context:component-scan base-package="com.wsl.mvc.controller"/><!-- 配置Thymeleaf视图解析器 --> <bean id="viewResolver1" class="org.thymeleaf.s 阅读全文
posted @ 2022-06-26 11:24 wshuanglin 阅读(70) 评论(0) 推荐(0)
摘要: 1.Servlet相关配置。 <servlet> <servlet-name>DispatcherServlet</servlet-name> <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-clas 阅读全文
posted @ 2022-06-26 11:18 wshuanglin 阅读(68) 评论(0) 推荐(0)
摘要: 1.Spring相关的依赖。 <!--https://mvnrepository.com/artifact/org.springframework/spring-webmvc --> <dependency> <groupId>org.springframework</groupId> <artif 阅读全文
posted @ 2022-06-26 11:03 wshuanglin 阅读(275) 评论(0) 推荐(0)