From b07429a70a22495bb1b4ed365d288cf79290a249 Mon Sep 17 00:00:00 2001 From: "chen.ma" Date: Fri, 4 Mar 2022 09:24:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=A4=BA=E4=BE=8B=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yaml | 3 ++- .../src/main/resources/bootstrap.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hippo4j-example/hippo4j-core-apollo-spring-boot-starter-example/src/main/resources/application.yaml b/hippo4j-example/hippo4j-core-apollo-spring-boot-starter-example/src/main/resources/application.yaml index 0725f131..f2b21bba 100644 --- a/hippo4j-example/hippo4j-core-apollo-spring-boot-starter-example/src/main/resources/application.yaml +++ b/hippo4j-example/hippo4j-core-apollo-spring-boot-starter-example/src/main/resources/application.yaml @@ -10,7 +10,7 @@ spring: dynamic: thread-pool: enable: true - enable-banner: true + banner: true check-state-interval: 3 notify-platforms: - platform: 'WECHAT' @@ -25,6 +25,7 @@ spring: core-pool-size: 1 maximum-pool-size: 1 queue-capacity: 1 + execute-time-out: 1000 blocking-queue: 'LinkedBlockingQueue' rejected-handler: 'AbortPolicy' keep-alive-time: 6691 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 b0bcbdce..42858bf4 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 @@ -38,7 +38,7 @@ spring: maximum-pool-size: 1 queue-capacity: 1 blocking-queue: 'LinkedBlockingQueue' - executeTimeOut: 1000 + execute-time-out: 1000 rejected-handler: 'AbortPolicy' keep-alive-time: 6691 allow-core-thread-time-out: true