From a7e20afdecf00fc4c2d9cd02c1bfd0cea963b41e Mon Sep 17 00:00:00 2001
From: dengzedong <dengzedong@email>
Date: 星期四, 06 三月 2025 14:32:20 +0800
Subject: [PATCH] 煤气调度 结果判空

---
 shasteel-biz/src/main/resources/application-prod.yaml |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/shasteel-biz/src/main/resources/application-prod.yaml b/shasteel-biz/src/main/resources/application-prod.yaml
index 1eaf369..bec697a 100644
--- a/shasteel-biz/src/main/resources/application-prod.yaml
+++ b/shasteel-biz/src/main/resources/application-prod.yaml
@@ -55,16 +55,6 @@
       exposure:
         include: '*' # 需要开放的端点。默认值只打开 health 和 info 两个端点。通过设置 * ,可以开放所有端点。
 
-# Spring Boot Admin 配置项
-spring:
-  boot:
-    admin:
-      # Spring Boot Admin Client 客户端的相关配置
-      client:
-        instance:
-          service-host-type: IP # 注册实例时,优先使用 IP [IP, HOST_NAME, CANONICAL_HOST_NAME]
-      context-path: /admin # 配置 Spring
-
 --- #################### MQ ####################
 
 spring:

--
Gitblit v1.9.3