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