feature(all): 增加zookeeper作为注册中心

This commit is contained in:
2023-07-12 10:26:23 +08:00
parent 2cfc009c51
commit 72bdda5546
17 changed files with 95 additions and 30 deletions

View File

@@ -21,6 +21,10 @@
<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>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>