增加spring cloud config的测试配置

This commit is contained in:
罗祥
2019-01-17 09:22:46 +08:00
parent 7000487859
commit 312f219451
7 changed files with 114 additions and 1 deletions

View File

@ -28,6 +28,12 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.4</version>
<scope>provided</scope>
</dependency>
</dependencies>
<dependencyManagement>