From 003513b047fcae16e2125ff7a59e6d46ad048ce4 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 16 十月 2025 18:03:36 +0800
Subject: [PATCH] 代码提交
---
jh-server/src/main/resources/application-local.yaml | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/jh-server/src/main/resources/application-local.yaml b/jh-server/src/main/resources/application-local.yaml
index 802a76b..e2deb52 100644
--- a/jh-server/src/main/resources/application-local.yaml
+++ b/jh-server/src/main/resources/application-local.yaml
@@ -3,8 +3,8 @@
port: 48080
--- #################### 鍖婚櫌骞冲彴鏈嶅姟鍦板潃 ####################
-jinhua:
- url: http://127.0.0.1:8080
+openfeign:
+ server: http://127.0.0.1:8080
--- #################### 鏁版嵁搴撶浉鍏抽厤缃� ####################
spring:
@@ -182,6 +182,9 @@
cn.lihu.jh.module.ai.dal.mysql: debug
cn.lihu.jh.module.ecg.dal.mysql: debug
org.springframework.context.support.PostProcessorRegistrationDelegate: ERROR # TODO 鑺嬭壙锛氬厛绂佺敤锛孲pring Boot 3.X 瀛樺湪閮ㄥ垎閿欒鐨� WARN 鎻愮ず
+ org.springframework.cloud.openfeign: debug
+ feign: debug
+ cn.lihu.jh.module.ecg.feign: debug
debug: false
--
Gitblit v1.9.3