From 87294b41affcfbd990af235c7f85f08e43d31654 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期五, 29 十一月 2024 16:26:56 +0800 Subject: [PATCH] update 优化 有界队列销毁方式 应该使用特殊销毁方法 --- ruoyi-admin/src/main/resources/application-dev.yml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-dev.yml b/ruoyi-admin/src/main/resources/application-dev.yml index f122020..283cdad 100644 --- a/ruoyi-admin/src/main/resources/application-dev.yml +++ b/ruoyi-admin/src/main/resources/application-dev.yml @@ -2,7 +2,7 @@ spring.boot.admin.client: # 澧炲姞瀹㈡埛绔紑鍏� enabled: true - url: http://localhost:9090/admin + url: http://localhost:9090 instance: service-host-type: IP metadata: @@ -25,6 +25,8 @@ namespace: ${spring.profiles.active} # 闅忎富搴旂敤绔彛椋橀�� port: 2${server.port} + # 瀹㈡埛绔痠p鎸囧畾 + host: --- # 鏁版嵁婧愰厤缃� spring: -- Gitblit v1.9.3