Change application file type

pull/235/head
chen.ma 2 years ago
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…
Cancel
Save