06 2022 档案
springMVC.xml文件配置
摘要:<!-- 配置包扫描--> <context:component-scan base-package="com.wsl.mvc.controller"/><!-- 配置Thymeleaf视图解析器 --> <bean id="viewResolver1" class="org.thymeleaf.s
SpingMVC中的web.xml文件常用配置
摘要:1.Servlet相关配置。 <servlet> <servlet-name>DispatcherServlet</servlet-name> <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-clas
maven依赖整理2(SpringMVC篇)
摘要:1.Spring相关的依赖。 <!--https://mvnrepository.com/artifact/org.springframework/spring-webmvc --> <dependency> <groupId>org.springframework</groupId> <artif