refactor(dependencies): 移除eureka依赖

This commit is contained in:
2023-12-14 16:27:32 +08:00
parent 40f1d8013f
commit a315772a47
8 changed files with 14 additions and 38 deletions

View File

@@ -17,10 +17,6 @@
<artifactId>common</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-zookeeper-discovery</artifactId>