From 98605c1d27e8d26fede844b5a79bb6b808f107fc Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 13 十一月 2025 19:03:32 +0800
Subject: [PATCH] 新增 静态模板
---
jh-server/src/main/java/cn/lihu/jh/server/JhServerApplication.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/jh-server/src/main/java/cn/lihu/jh/server/JhServerApplication.java b/jh-server/src/main/java/cn/lihu/jh/server/JhServerApplication.java
index c888d65..c4cd3a1 100644
--- a/jh-server/src/main/java/cn/lihu/jh/server/JhServerApplication.java
+++ b/jh-server/src/main/java/cn/lihu/jh/server/JhServerApplication.java
@@ -2,6 +2,7 @@
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
+import org.springframework.cloud.openfeign.EnableFeignClients;
/**
* 椤圭洰鐨勫惎鍔ㄧ被
@@ -14,6 +15,7 @@
*/
@SuppressWarnings("SpringComponentScan") // 蹇界暐 IDEA 鏃犳硶璇嗗埆 ${jh.info.base-package}
@SpringBootApplication(scanBasePackages = {"${jh.info.base-package}.server", "${jh.info.base-package}.module"})
+@EnableFeignClients(basePackages = "cn.lihu.jh.module.ecg.feign")
public class JhServerApplication {
public static void main(String[] args) {
--
Gitblit v1.9.3