From 35dfa24358be0c27e0b15c4f68e63885d8d1c14f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=89=91=E9=91=AB?= <1064730540@qq.com> Date: Wed, 12 Oct 2022 20:29:35 +0800 Subject: [PATCH] fix: fix ^M --- .../src/main/resources/bootstrap.properties | 35 ++++++++++++++++++- .../pom.xml | 29 ++++++++++++++- 2 files changed, 62 insertions(+), 2 deletions(-) diff --git a/hippo4j-example/hippo4j-config-nacos-spring-boot-1.5-starter-example/src/main/resources/bootstrap.properties b/hippo4j-example/hippo4j-config-nacos-spring-boot-1.5-starter-example/src/main/resources/bootstrap.properties index 62d1b702..52425ddd 100644 --- a/hippo4j-example/hippo4j-config-nacos-spring-boot-1.5-starter-example/src/main/resources/bootstrap.properties +++ b/hippo4j-example/hippo4j-config-nacos-spring-boot-1.5-starter-example/src/main/resources/bootstrap.properties @@ -1 +1,34 @@ -debug=true server.port=8089 server.servlet.context-path=/example management.metrics.export.prometheus.enabled=true management.server.port=29999 management.endpoints.web.exposure.include=* spring.profiles.active=dev spring.application.name=dynamic-threadpool-example spring.cloud.nacos.config.password=nacos spring.cloud.nacos.config.server-addr=127.0.0.1:8848 spring.cloud.nacos.config.username=nacos spring.cloud.nacos.config.extension-configs[0].data-id=hippo4j-nacos.yaml spring.cloud.nacos.config.extension-configs[0].group=DEFAULT_GROUP spring.cloud.nacos.config.extension-configs[0].refresh=true spring.dynamic.thread-pool.enable=true spring.dynamic.thread-pool.banner=true spring.dynamic.thread-pool.collect=true spring.dynamic.thread-pool.collect-type=micrometer spring.dynamic.thread-pool.check-state-interval=5 spring.dynamic.thread-pool.notify-platforms[0].platform=WECHAT spring.dynamic.thread-pool.notify-platforms[0].secret-key=ac0426a5-c712-474c-9bff-72b8b8f5caff spring.dynamic.thread-pool.notify-platforms[1].platform=DING spring.dynamic.thread-pool.notify-platforms[1].secret-key=56417ebba6a27ca352f0de77a2ae9da66d01f39610b5ee8a6033c60ef9071c55 spring.dynamic.thread-pool.notify-platforms[2].platform=LARK spring.dynamic.thread-pool.notify-platforms[2].secret-key=2cbf2808-3839-4c26-a04d-fd201dd51f9e spring.dynamic.thread-pool.nacos.data-id=hippo4j-nacos.yaml spring.dynamic.thread-pool.nacos.group=DEFAULT_GROUP spring.dynamic.thread-pool.config-file-type=yml \ No newline at end of file +debug=true +server.port=8089 +server.servlet.context-path=/example + +management.metrics.export.prometheus.enabled=true +management.server.port=29999 +management.endpoints.web.exposure.include=* + +spring.profiles.active=dev +spring.application.name=dynamic-threadpool-example + +spring.cloud.nacos.config.password=nacos +spring.cloud.nacos.config.server-addr=127.0.0.1:8848 +spring.cloud.nacos.config.username=nacos +spring.cloud.nacos.config.extension-configs[0].data-id=hippo4j-nacos.yaml +spring.cloud.nacos.config.extension-configs[0].group=DEFAULT_GROUP +spring.cloud.nacos.config.extension-configs[0].refresh=true + +spring.dynamic.thread-pool.enable=true +spring.dynamic.thread-pool.banner=true +spring.dynamic.thread-pool.collect=true +spring.dynamic.thread-pool.collect-type=micrometer +spring.dynamic.thread-pool.check-state-interval=5 + +spring.dynamic.thread-pool.notify-platforms[0].platform=WECHAT +spring.dynamic.thread-pool.notify-platforms[0].secret-key=ac0426a5-c712-474c-9bff-72b8b8f5caff +spring.dynamic.thread-pool.notify-platforms[1].platform=DING +spring.dynamic.thread-pool.notify-platforms[1].secret-key=56417ebba6a27ca352f0de77a2ae9da66d01f39610b5ee8a6033c60ef9071c55 +spring.dynamic.thread-pool.notify-platforms[2].platform=LARK +spring.dynamic.thread-pool.notify-platforms[2].secret-key=2cbf2808-3839-4c26-a04d-fd201dd51f9e + +spring.dynamic.thread-pool.nacos.data-id=hippo4j-nacos.yaml +spring.dynamic.thread-pool.nacos.group=DEFAULT_GROUP +spring.dynamic.thread-pool.config-file-type=yml diff --git a/hippo4j-spring-boot/hippo4j-config-spring-boot-1.5-starter/pom.xml b/hippo4j-spring-boot/hippo4j-config-spring-boot-1.5-starter/pom.xml index 7ad3b051..f5c1fa1c 100644 --- a/hippo4j-spring-boot/hippo4j-config-spring-boot-1.5-starter/pom.xml +++ b/hippo4j-spring-boot/hippo4j-config-spring-boot-1.5-starter/pom.xml @@ -1 +1,28 @@ - cn.hippo4j hippo4j-spring-boot ${revision} 4.0.0 hippo4j-config-spring-boot-1.5-starter 8 8 1.5.22.RELEASE cn.hippo4j hippo4j-config-spring-boot-starter ${revision} \ No newline at end of file + + + + cn.hippo4j + hippo4j-spring-boot + ${revision} + + + 4.0.0 + + hippo4j-config-spring-boot-1.5-starter + + + 8 + 8 + 1.5.22.RELEASE + + + + + cn.hippo4j + hippo4j-config-spring-boot-starter + ${revision} + + + \ No newline at end of file