|
|
|
@ -1,4 +1,3 @@
|
|
|
|
|
# Configuration reference: https://hippo4j.cn/pages/2f674h
|
|
|
|
|
server.port=8091
|
|
|
|
|
server.servlet.context-path=/example
|
|
|
|
|
|
|
|
|
@ -12,13 +11,13 @@ apollo.bootstrap.eagerLoad.enabled=true
|
|
|
|
|
spring.profiles.active=dev
|
|
|
|
|
spring.application.name=dynamic-threadpool-example
|
|
|
|
|
|
|
|
|
|
management.metrics.export.prometheus.enabled=true
|
|
|
|
|
management.server.port=29998
|
|
|
|
|
management.endpoints.web.exposure.include=*
|
|
|
|
|
management.security.enabled=false
|
|
|
|
|
management.context-path=/actuator
|
|
|
|
|
|
|
|
|
|
spring.dynamic.thread-pool.enable=true
|
|
|
|
|
spring.dynamic.thread-pool.banner=true
|
|
|
|
|
spring.dynamic.thread-pool.check-state-interval=3
|
|
|
|
|
spring.dynamic.thread-pool.check-state-interval=5
|
|
|
|
|
spring.dynamic.thread-pool.collect-type=micrometer
|
|
|
|
|
|
|
|
|
|
spring.dynamic.thread-pool.notify-platforms[0].platform=WECHAT
|
|
|
|
|
spring.dynamic.thread-pool.notify-platforms[0].token=ac0426a5-c712-474c-9bff-72b8b8f5caff
|
|
|
|
|