|
|
|
@ -21,9 +21,10 @@ |
|
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.alibaba.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<!-- easyopen starter --> |
|
|
|
@ -58,6 +59,18 @@ |
|
|
|
|
<artifactId>spring-boot-starter-thymeleaf</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.commons</groupId> |
|
|
|
|
<artifactId>commons-lang3</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<!-- optional--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.alibaba.nacos</groupId> |
|
|
|
|
<artifactId>nacos-client</artifactId> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId> |
|
|
|
|