S++

千线一眼

导航

2022年4月8日 #

SpringBoot-整合

摘要: 整合Junit 1. 添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </depen 阅读全文

posted @ 2022-04-08 18:16 S++ 阅读(33) 评论(0) 推荐(0)

SpringBoot-快速入门

摘要: 官方文档 Getting Started 快速入门 1. 创建Maven项目 例如创建一个名为 springboot-helloworld 的项目 2. 配置环境 添加继承的父工程 <!--springboot工程需要继承的父工程--> <parent> <groupId>org.springfra 阅读全文

posted @ 2022-04-08 09:09 S++ 阅读(35) 评论(0) 推荐(0)