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

update NacosAutoServiceRegistration, update pom.xml, and format code

This commit is contained in:
flystar32
2018-09-18 14:58:50 +08:00
parent 50ffcef735
commit 879e689390
8 changed files with 113 additions and 101 deletions

View File

@@ -34,7 +34,6 @@
<artifactId>spring-cloud-starter-netflix-ribbon</artifactId>
</dependency>
<!--spring boot-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId>
@@ -62,13 +61,12 @@
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<scope>provided</scope>
<optional>true</optional>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>