| | |
| | | # 开发环境配置 |
| | | server: |
| | | # 服务器的HTTP端口,默认为8080 |
| | | port: 5011 |
| | | port: 5000 |
| | | servlet: |
| | | # 应用的访问路径 |
| | | context-path: / |
| | |
| | | # 是否允许账户多终端同时登录(true允许 false不允许) |
| | | soloLogin: true |
| | | #是否开启登录时判断商户秘钥是否过期 |
| | | secret_key_login: true |
| | | secret_key_login: false |
| | | |
| | | # MyBatis Plus配置 |
| | | mybatis-plus: |
| | |
| | | # 体检报告模板和报告临时生成存储的文件夹路径 |
| | | path: |
| | | filePath: D:\Tjreport |
| | | xdtfilePath: C:\TjXdt |
| | | # nginx图片服务器 |
| | | reportServer: https://ltpeis.xaltjdkj.cn:5516/ |
| | | |
| | |
| | | # username = root |
| | | # password = Root_ltkj123 |
| | | config: |
| | | properties: D:\ltkjprojectconf\config.properties |
| | | properties: D:\ltkjprojectconf\configregion.properties |
| | | path: D:\ltkjprojectconf |
| | | logging: |
| | | level: |
| | | org.jeecg: debug |
| | | #logging: |
| | | # level: |
| | | # org.jeecg: debug |