1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

add nacos config unit test

This commit is contained in:
pbting
2019-01-17 15:43:35 +08:00
parent 5b2ddacac8
commit de394f352c
9 changed files with 514 additions and 57 deletions

View File

@@ -65,6 +65,11 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>