eight
2025-04-11 dadd95ea351e9747fb66bcc0e57f3ebcae5de73a
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 芋艿:先禁用,Spring Boot 3.X 存在部分错误的 WARN 提示
    org.springframework.cloud.openfeign: debug
    feign: debug
    cn.lihu.jh.module.ecg.feign: debug
debug: false