Spring Cloud Zookeeper (#1399)

* Spring Cloud Zookeeper

* Spring Cloud Zookeeper Updated
This commit is contained in:
Tehreem
2017-04-07 12:47:33 +05:00
committed by adamd1985
parent 22dda8c2be
commit 69965db187
12 changed files with 329 additions and 0 deletions
@@ -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