1
0
mirror of synced 2026-05-22 14:43:15 +00:00

添加单元测试

This commit is contained in:
zhizhi
2021-06-08 00:16:42 +08:00
parent 8b8977eedf
commit 8a0fa6724a
4 changed files with 227 additions and 0 deletions
@@ -26,6 +26,14 @@
<artifactId>spring-boot-starter-web</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
<!-- test -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>2.0.0.RELEASE</version>
<scope>test</scope>
</dependency>
<!-- config -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>