本地配置
This commit is contained in:
parent
ff5d03e378
commit
28c7cc3ba4
@ -12,8 +12,8 @@
|
|||||||
<artifactId>yudao-module-inspect-api</artifactId>
|
<artifactId>yudao-module-inspect-api</artifactId>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>17</maven.compiler.source>
|
<maven.compiler.source>1.8</maven.compiler.source>
|
||||||
<maven.compiler.target>17</maven.compiler.target>
|
<maven.compiler.target>1.8</maven.compiler.target>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
<name>${project.artifactId}</name> <!-- 3. 新增 name 为 ${project.artifactId} -->
|
<name>${project.artifactId}</name> <!-- 3. 新增 name 为 ${project.artifactId} -->
|
||||||
|
@ -72,7 +72,7 @@ spring:
|
|||||||
redis:
|
redis:
|
||||||
host: 127.0.0.1 # 地址
|
host: 127.0.0.1 # 地址
|
||||||
port: 6379 # 端口
|
port: 6379 # 端口
|
||||||
database: 1 # 数据库索引
|
database: 0 # 数据库索引
|
||||||
# password: dev # 密码,建议生产环境开启
|
# password: dev # 密码,建议生产环境开启
|
||||||
|
|
||||||
--- #################### 定时任务相关配置 ####################
|
--- #################### 定时任务相关配置 ####################
|
||||||
@ -176,8 +176,9 @@ logging:
|
|||||||
cn.iocoder.yudao.module.erp.dal.mysql: debug
|
cn.iocoder.yudao.module.erp.dal.mysql: debug
|
||||||
cn.iocoder.yudao.module.iot.dal.mysql: debug
|
cn.iocoder.yudao.module.iot.dal.mysql: debug
|
||||||
cn.iocoder.yudao.module.ai.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
|
cn.iocoder.yudao.module.inspect.dal.mysql: debug
|
||||||
|
org.springframework.context.support.PostProcessorRegistrationDelegate: ERROR # TODO 芋艿:先禁用,Spring Boot 3.X 存在部分错误的 WARN 提示
|
||||||
|
|
||||||
debug: false
|
debug: false
|
||||||
|
|
||||||
--- #################### 微信公众号、小程序相关配置 ####################
|
--- #################### 微信公众号、小程序相关配置 ####################
|
||||||
|
@ -233,6 +233,9 @@ yudao:
|
|||||||
- /admin-api/inspect/patient/getUSTj #同步超声
|
- /admin-api/inspect/patient/getUSTj #同步超声
|
||||||
- /admin-api/inspect/patient/generateReport # pdf生成
|
- /admin-api/inspect/patient/generateReport # pdf生成
|
||||||
- /admin-api/inspect/patient/updatePatientSupplement #公卫患者信息补充扩展
|
- /admin-api/inspect/patient/updatePatientSupplement #公卫患者信息补充扩展
|
||||||
|
- /admin-api/inspect/patient/PushJYPatientInfo #推送给公卫
|
||||||
|
- /admin-api/inspect/patient/getworkload #获取卫生院工作量
|
||||||
|
- /admin-api/inspect/applylog/ApplylogsByIdcard #获取检验日志信息
|
||||||
websocket:
|
websocket:
|
||||||
enable: true # websocket的开关
|
enable: true # websocket的开关
|
||||||
path: /infra/ws # 路径
|
path: /infra/ws # 路径
|
||||||
@ -260,7 +263,7 @@ yudao:
|
|||||||
front-type: 20 # 前端模版的类型,参见 CodegenFrontTypeEnum 枚举类
|
front-type: 20 # 前端模版的类型,参见 CodegenFrontTypeEnum 枚举类
|
||||||
unit-test-enable: false # 是否生成单元测试
|
unit-test-enable: false # 是否生成单元测试
|
||||||
tenant: # 多租户相关配置项
|
tenant: # 多租户相关配置项
|
||||||
enable: false
|
enable: true
|
||||||
ignore-urls:
|
ignore-urls:
|
||||||
- /admin-api/system/tenant/get-id-by-name # 基于名字获取租户,不许带租户编号
|
- /admin-api/system/tenant/get-id-by-name # 基于名字获取租户,不许带租户编号
|
||||||
- /admin-api/system/tenant/get-by-website # 基于域名获取租户,不许带租户编号
|
- /admin-api/system/tenant/get-by-website # 基于域名获取租户,不许带租户编号
|
||||||
@ -281,6 +284,9 @@ yudao:
|
|||||||
- /admin-api/inspect/patient/getUSTj #同步超声
|
- /admin-api/inspect/patient/getUSTj #同步超声
|
||||||
- /admin-api/inspect/patient/generateReport # pdf生成存放
|
- /admin-api/inspect/patient/generateReport # pdf生成存放
|
||||||
- /admin-api/inspect/patient/updatePatientSupplement #公卫患者信息补充扩展
|
- /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/department/getList
|
||||||
- /adminInspect/admin-api/inspect/patient/getUSPatientInfo
|
- /adminInspect/admin-api/inspect/patient/getUSPatientInfo
|
||||||
- /adminInspect/admin-api/system/captcha/get
|
- /adminInspect/admin-api/system/captcha/get
|
||||||
@ -296,6 +302,9 @@ yudao:
|
|||||||
- /adminInspect/admin-api/inspect/patient/getUSTj #同步超声
|
- /adminInspect/admin-api/inspect/patient/getUSTj #同步超声
|
||||||
- /adminInspect/admin-api/inspect/patient/generateReport #pdf生成存放
|
- /adminInspect/admin-api/inspect/patient/generateReport #pdf生成存放
|
||||||
- /adminInspect/admin-api/inspect/patient/updatePatientSupplement #公卫患者信息补充扩展
|
- /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:
|
ignore-tables:
|
||||||
- system_tenant
|
- system_tenant
|
||||||
- system_tenant_package
|
- system_tenant_package
|
||||||
@ -371,5 +380,4 @@ debug: false
|
|||||||
#别名 需要的配置 项目名称:/admin
|
#别名 需要的配置 项目名称:/admin
|
||||||
#server:
|
#server:
|
||||||
# servlet:
|
# servlet:
|
||||||
## context-path: /adminInspect
|
# context-path: /adminInspect
|
||||||
# context-path: /adminInspect/admin-api
|
|
||||||
|
Loading…
Reference in New Issue
Block a user