Spring Cloud Zookeeper (#1399)
* Spring Cloud Zookeeper * Spring Cloud Zookeeper Updated
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
spring:
|
||||
application:
|
||||
name: HelloWorld
|
||||
cloud:
|
||||
zookeeper:
|
||||
connect-string: localhost:2181
|
||||
discovery:
|
||||
enabled: true
|
||||
server:
|
||||
port: 8081
|
||||
endpoints:
|
||||
restart:
|
||||
enabled: true
|
||||
logging:
|
||||
level:
|
||||
org.apache.zookeeper.ClientCnxn: WARN
|
||||
Reference in New Issue
Block a user