eight
2024-09-23 f14d9737da8bbe94e82427f2d0e727fd15c88f2e
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) {