2020年6月13日
摘要: 前言: 我们使用springmvc时,每次都要去配置web.xml,spring-mvc.xml,甚至和spring整合时候,还要配置spring.xml。用起来比较麻烦,用过springboot的朋友应该知道,springboot中使用springmvc时候就不会去指定xml。那这样的操作是怎么实 阅读全文
posted @ 2020-06-13 20:31 路仁甲 阅读(841) 评论(1) 推荐(0) 编辑
摘要: springmvc入门 1.添加依赖 <dependencies> <!--springmvc--> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version 阅读全文
posted @ 2020-06-13 17:48 路仁甲 阅读(215) 评论(0) 推荐(0) 编辑