From 0d373cb8adf2de074fbdfcad1f9d14f8e0e53369 Mon Sep 17 00:00:00 2001 From: baymax Date: Sun, 27 Nov 2022 20:19:37 +0800 Subject: [PATCH] Add spring.application.name for hippo4j-spring-boot-starter-adapter-rabbitmq-example --- .../src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hippo4j-example/hippo4j-spring-boot-starter-adapter-rabbitmq-example/src/main/resources/application.properties b/hippo4j-example/hippo4j-spring-boot-starter-adapter-rabbitmq-example/src/main/resources/application.properties index 8e74a212..51840916 100644 --- a/hippo4j-example/hippo4j-spring-boot-starter-adapter-rabbitmq-example/src/main/resources/application.properties +++ b/hippo4j-example/hippo4j-spring-boot-starter-adapter-rabbitmq-example/src/main/resources/application.properties @@ -1,6 +1,8 @@ server.port=8091 spring.profiles.active=dev +spring.application.name=hippo4j-spring-boot-starter-adapter-rabbitmq-example + spring.dynamic.thread-pool.server-addr=http://localhost:6691 spring.dynamic.thread-pool.namespace=prescription spring.dynamic.thread-pool.item-id=dynamic-threadpool-example