mirror of https://github.com/longtai-cn/hippo4j
parent
4afa281bb6
commit
1b51d516a7
@ -0,0 +1,12 @@
|
||||
server.port=8088
|
||||
|
||||
server.servlet.context-path=/example
|
||||
|
||||
spring.profiles.active=dev
|
||||
spring.application.name=dynamic-threadpool-example
|
||||
|
||||
spring.dynamic.thread-pool.server-addr=http://localhost:6691
|
||||
spring.dynamic.thread-pool.namespace=prescription
|
||||
spring.dynamic.thread-pool.item-id=dynamic-threadpool-example
|
||||
spring.dynamic.thread-pool.username=admin
|
||||
spring.dynamic.thread-pool.password=123456
|
@ -1,19 +0,0 @@
|
||||
server:
|
||||
port: 8088
|
||||
servlet:
|
||||
context-path: /example
|
||||
|
||||
spring:
|
||||
profiles:
|
||||
active: dev
|
||||
|
||||
application:
|
||||
name: dynamic-threadpool-example
|
||||
|
||||
dynamic:
|
||||
thread-pool:
|
||||
server-addr: http://localhost:6691
|
||||
namespace: prescription
|
||||
item-id: dynamic-threadpool-example
|
||||
username: admin
|
||||
password: 123456
|
Loading…
Reference in new issue