Open alexander-wd opened 3 years ago
https://alexander-wd.github.io/alex-next/2020/04/23/java%E5%90%8E%E7%AB%AF/springboot/springboot%E4%B8%AD%E5%90%8E%E5%8F%B0%E6%8E%A5%E5%8F%97%E5%89%8D%E5%8F%B0%E4%BC%A0%E9%80%92%E7%9A%84%E5%AF%B9%E8%B1%A1%E6%95%B0%E7%BB%84/
项目gitee地址 https://gitee.com/alexander1/spring-mvc-notes 一、SpringMVC入门 springMVC的搭建过程:1.导入jar2.在web.xml中配置springMVC的核心控制器DispatcherServlet作用:加载springMVC的配置文件3.创建一个POJO,在此类上加@Controller4.在控制层中,在方法上设置@R
https://alexander-wd.github.io/alex-next/2020/04/23/java%E5%90%8E%E7%AB%AF/springboot/springboot%E4%B8%AD%E5%90%8E%E5%8F%B0%E6%8E%A5%E5%8F%97%E5%89%8D%E5%8F%B0%E4%BC%A0%E9%80%92%E7%9A%84%E5%AF%B9%E8%B1%A1%E6%95%B0%E7%BB%84/
项目gitee地址 https://gitee.com/alexander1/spring-mvc-notes 一、SpringMVC入门 springMVC的搭建过程:1.导入jar2.在web.xml中配置springMVC的核心控制器DispatcherServlet作用:加载springMVC的配置文件3.创建一个POJO,在此类上加@Controller4.在控制层中,在方法上设置@R