| | |
| | | restart: |
| | | # 热部署开关 |
| | | enabled: true |
| | | # cache: |
| | | # type: ehcache |
| | | cache: |
| | | type: redis |
| | | |
| | | # redis 配置 |
| | | # redis: |
| | |
| | | # 启用TLS加密 |
| | | enable: true |
| | | required: true |
| | | datasource: |
| | | druid: |
| | | stat-view-servlet: |
| | | enabled: true |
| | | url-pattern: /druid/* |
| | | login-username: 10001 |
| | | login-password: admin123 |
| | | reset-enable: true |
| | | allow: |
| | | filters: stat,wall,log4j # 启用日志和监控过滤器 |
| | | stat: |
| | | mergeSql: true # 合并SQL统计信息 |
| | | slowSqlMillis: 3000 # 配置 SQL 慢查询阈值,单位是毫秒,3秒即 3000ms |
| | | |
| | | # token配置 |
| | | token: |
| | |
| | | # 体检报告模板和报告临时生成存储的文件夹路径 |
| | | path: |
| | | filePath: D:\Tjreport |
| | | |
| | | xdtfilePath: C:\TjXdt |
| | | # nginx图片服务器 |
| | | reportServer: https://ltpeis.xaltjdkj.cn:5516/ |
| | | |
| | |
| | | # password = Root_ltkj123 |
| | | config: |
| | | properties: D:\ltkjprojectconf\config.properties |
| | | path: D:\ltkjprojectconf |
| | | path: D:\ltkjprojectconf |
| | | logging: |
| | | level: |
| | | org.jeecg: debug |