摘要: 1,新建SpringBoot项目 2,导入所需的依赖 1 //web支持 2 <dependency> 3 <groupId>org.springframework.boot</groupId> 4 <artifactId>spring-boot-starter-web</artifactId> 5 阅读全文
posted @ 2020-03-10 15:58 赖伟春 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 一,pom文件 1.父项目 我们的父项目:<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.2.5.RELEASE</ 阅读全文
posted @ 2020-03-10 11:55 赖伟春 阅读(185) 评论(0) 推荐(0) 编辑