From 5ba25cb53dab2ef0f8052a93796ef67a8a2ee820 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 10 六月 2025 14:53:49 +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