| | |
| | | server: |
| | | port: 48080 |
| | | |
| | | --- #################### 医院平台服务地址 #################### |
| | | jinhua: |
| | | url: http://127.0.0.1:8080 |
| | | |
| | | --- #################### 数据库相关配置 #################### |
| | | spring: |
| | | # 数据源配置项 |
| | |
| | | |
| | | # Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优 |
| | | redis: |
| | | host: r-bp1zyjl0g07e1ry08rpd.redis.rds.aliyuncs.com # 地址 |
| | | port: 6379 # 端口 |
| | | host: 116.62.18.175 #r-bp1zyjl0g07e1ry08rpd.redis.rds.aliyuncs.com # 地址 |
| | | port: 6020 #端口 6379 |
| | | database: 2 # 数据库索引 |
| | | password: Root@yinyu # 密码,建议生产环境开启 |
| | | password: Smartor #Root@yinyu # 密码,建议生产环境开启 |
| | | |
| | | --- #################### 定时任务相关配置 #################### |
| | | |
| | |
| | | cn.lihu.jh.module.crm.dal.mysql: debug |
| | | cn.lihu.jh.module.erp.dal.mysql: debug |
| | | 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 提示 |
| | | |
| | | debug: false |