From ad07b802d01d23c1433689c79456e9f74ccaaa0a Mon Sep 17 00:00:00 2001 From: "chen.ma" Date: Wed, 2 Mar 2022 08:55:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=A4=BA=E4=BE=8B=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=20hippo4j-core=20=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/bootstrap.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/hippo4j-example/hippo4j-core-nacos-spring-boot-starter-example/src/main/resources/bootstrap.yaml b/hippo4j-example/hippo4j-core-nacos-spring-boot-starter-example/src/main/resources/bootstrap.yaml index 67436a5d..d790e957 100644 --- a/hippo4j-example/hippo4j-core-nacos-spring-boot-starter-example/src/main/resources/bootstrap.yaml +++ b/hippo4j-example/hippo4j-core-nacos-spring-boot-starter-example/src/main/resources/bootstrap.yaml @@ -12,15 +12,20 @@ spring: password: nacos server-addr: 127.0.0.1:8848 username: nacos + extension-configs: + - data-id: hippo4j-nacos.yaml + group: DEFAULT_GROUP + refresh: true dynamic: thread-pool: enable: true - enable-banner: true - check-state-interval: 3 + banner: true + collect: true + check-state-interval: 5 notify-platforms: - platform: 'WECHAT' - secret-key: 1d307bfa-815f-4662-a2e5-99415e947bb8 + secret-key: ac0426a5-c712-474c-9bff-72b8b8f5caff - platform: 'DING' secret-key: 56417ebba6a27ca352f0de77a2ae9da66d01f39610b5ee8a6033c60ef9071c55 nacos: @@ -45,4 +50,3 @@ spring: receives: WECHAT: 'xxx' # Fill in the enterprise weChat userId DING: 'xxx' # phone -