From bdd2980568cb9384e2c6e1b617fe5a9bdbc43ee5 Mon Sep 17 00:00:00 2001 From: baymax55 <35788491+baymax55@users.noreply.github.com> Date: Sun, 27 Nov 2022 20:24:21 +0800 Subject: [PATCH] Add spring.application.name for hippo4j-spring-boot-starter-adapter-rabbitmq-example (#1020) --- .../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