Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
ff5d03e378
@ -46,7 +46,7 @@ spring:
|
||||
primary: master
|
||||
datasource:
|
||||
master:
|
||||
url: jdbc:mysql://127.0.0.1:3306/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # MySQL Connector/J 8.X 连接的示例
|
||||
url: jdbc:mysql://114.55.171.231:3306/cloudinspect?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # MySQL Connector/J 8.X 连接的示例
|
||||
# url: jdbc:mysql://127.0.0.1:3306/ruoyi-vue-pro?useSSL=true&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&rewriteBatchedStatements=true # MySQL Connector/J 5.X 连接的示例
|
||||
# url: jdbc:postgresql://127.0.0.1:5432/ruoyi-vue-pro # PostgreSQL 连接的示例
|
||||
# url: jdbc:oracle:thin:@127.0.0.1:1521:xe # Oracle 连接的示例
|
||||
@ -54,8 +54,8 @@ spring:
|
||||
# url: jdbc:dm://127.0.0.1:5236?schema=RUOYI_VUE_PRO # DM 连接的示例
|
||||
# url: jdbc:kingbase8://127.0.0.1:54321/test # 人大金仓 KingbaseES 连接的示例
|
||||
# url: jdbc:postgresql://127.0.0.1:5432/postgres # OpenGauss 连接的示例
|
||||
username: root
|
||||
password: 123456
|
||||
username: admin
|
||||
password: flowadmin
|
||||
# username: sa # SQL Server 连接的示例
|
||||
# password: Yudao@2024 # SQL Server 连接的示例
|
||||
# username: SYSDBA # DM 连接的示例
|
||||
@ -64,15 +64,15 @@ spring:
|
||||
# password: Yudao@2024 # OpenGauss 连接的示例
|
||||
slave: # 模拟从库,可根据自己需要修改
|
||||
lazy: true # 开启懒加载,保证启动速度
|
||||
url: jdbc:mysql://127.0.0.1:3306/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true
|
||||
username: root
|
||||
password: 123456
|
||||
url: jdbc:mysql://114.55.171.231:3306/cloudinspect?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true
|
||||
username: admin
|
||||
password: flowadmin
|
||||
|
||||
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
|
||||
redis:
|
||||
host: 127.0.0.1 # 地址
|
||||
port: 6379 # 端口
|
||||
database: 0 # 数据库索引
|
||||
database: 1 # 数据库索引
|
||||
# password: dev # 密码,建议生产环境开启
|
||||
|
||||
--- #################### 定时任务相关配置 ####################
|
||||
@ -177,7 +177,7 @@ logging:
|
||||
cn.iocoder.yudao.module.iot.dal.mysql: debug
|
||||
cn.iocoder.yudao.module.ai.dal.mysql: debug
|
||||
org.springframework.context.support.PostProcessorRegistrationDelegate: ERROR # TODO 芋艿:先禁用,Spring Boot 3.X 存在部分错误的 WARN 提示
|
||||
|
||||
cn.iocoder.yudao.module.inspect.dal.mysql: debug
|
||||
debug: false
|
||||
|
||||
--- #################### 微信公众号、小程序相关配置 ####################
|
||||
|
@ -3,7 +3,7 @@ spring:
|
||||
name: yudao-server
|
||||
|
||||
profiles:
|
||||
active: 222
|
||||
active: local
|
||||
|
||||
main:
|
||||
allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。
|
||||
@ -233,9 +233,6 @@ yudao:
|
||||
- /admin-api/inspect/patient/getUSTj #同步超声
|
||||
- /admin-api/inspect/patient/generateReport # pdf生成
|
||||
- /admin-api/inspect/patient/updatePatientSupplement #公卫患者信息补充扩展
|
||||
- /admin-api/inspect/patient/PushJYPatientInfo #推送给公卫
|
||||
- /admin-api/inspect/patient/getworkload #获取卫生院工作量
|
||||
- /admin-api/inspect/applylog/ApplylogsByIdcard #获取检验日志信息
|
||||
websocket:
|
||||
enable: true # websocket的开关
|
||||
path: /infra/ws # 路径
|
||||
@ -263,7 +260,7 @@ yudao:
|
||||
front-type: 20 # 前端模版的类型,参见 CodegenFrontTypeEnum 枚举类
|
||||
unit-test-enable: false # 是否生成单元测试
|
||||
tenant: # 多租户相关配置项
|
||||
enable: true
|
||||
enable: false
|
||||
ignore-urls:
|
||||
- /admin-api/system/tenant/get-id-by-name # 基于名字获取租户,不许带租户编号
|
||||
- /admin-api/system/tenant/get-by-website # 基于域名获取租户,不许带租户编号
|
||||
@ -284,9 +281,6 @@ yudao:
|
||||
- /admin-api/inspect/patient/getUSTj #同步超声
|
||||
- /admin-api/inspect/patient/generateReport # pdf生成存放
|
||||
- /admin-api/inspect/patient/updatePatientSupplement #公卫患者信息补充扩展
|
||||
- /admin-api/inspect/patient/PushJYPatientInfo #推送给公卫
|
||||
- /admin-api/inspect/patient/getworkload #获取卫生院工作量
|
||||
- /admin-api/inspect/applylog/ApplylogsByIdcard #获取检验日志信息
|
||||
- /adminInspect/admin-api/inspect/department/getList
|
||||
- /adminInspect/admin-api/inspect/patient/getUSPatientInfo
|
||||
- /adminInspect/admin-api/system/captcha/get
|
||||
@ -302,9 +296,6 @@ yudao:
|
||||
- /adminInspect/admin-api/inspect/patient/getUSTj #同步超声
|
||||
- /adminInspect/admin-api/inspect/patient/generateReport #pdf生成存放
|
||||
- /adminInspect/admin-api/inspect/patient/updatePatientSupplement #公卫患者信息补充扩展
|
||||
- /adminInspect/admin-api/inspect/patient/PushJYPatientInfo #推送给公卫
|
||||
- /adminInspect/admin-api/inspect/patient/getworkload #获取卫生院工作量
|
||||
- /adminInspect/admin-api/inspect/applylog/ApplylogsByIdcard #获取检验日志信息
|
||||
ignore-tables:
|
||||
- system_tenant
|
||||
- system_tenant_package
|
||||
@ -378,6 +369,7 @@ yudao:
|
||||
debug: false
|
||||
|
||||
#别名 需要的配置 项目名称:/admin
|
||||
server:
|
||||
servlet:
|
||||
context-path: /adminInspect
|
||||
#server:
|
||||
# servlet:
|
||||
## context-path: /adminInspect
|
||||
# context-path: /adminInspect/admin-api
|
||||
|
Loading…
Reference in New Issue
Block a user