Change application file type

pull/235/head
chen.ma 3 years ago
parent 1b51d516a7
commit 9abaa0867c

@ -0,0 +1,9 @@
server.port=8888
spring.application.name=dynamic-threadpool-zookeeper-example
spring.dynamic.thread-pool.config-file-type=properties
spring.dynamic.thread-pool.zookeeper.zk-connect-str=127.0.0.1:2181
spring.dynamic.thread-pool.zookeeper.config-version=1.0.0
spring.dynamic.thread-pool.zookeeper.root-node=/configserver/userproject
spring.dynamic.thread-pool.zookeeper.node=zookeeper-demo

@ -1,19 +0,0 @@
server:
port: 8888
spring:
application:
name: dynamic-threadpool-zookeeper-example
dynamic:
thread-pool:
config-file-type: properties
zookeeper:
zk-connect-str: 127.0.0.1:2181
config-version: 1.0.0
root-node: /configserver/userproject
node: zookeeper-demo
#logging:
# level:
# root: DEBUG
Loading…
Cancel
Save