| | |
| | | # 实例演示开关 |
| | | demoEnabled: true |
| | | # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath) |
| | | #开发环境 |
| | | #profile: D:/YYJQ/OPO/WEB/Upload |
| | | #医院环境 |
| | | profile: E:/YYJQ/OPO/WEB/Upload |
| | | # 开发环境 window |
| | | profile: D:/lihusoft/OPO/WEB/Upload |
| | | # 开发环境 linux |
| | | # profile: /home/smartor/uploadFile |
| | | # 医院环境 |
| | | #profile: E:/OPO/WEB/Upload |
| | | # 获取ip地址开关 |
| | | addressEnabled: false |
| | | # 验证码类型 math 数组计算 char 字符验证 |
| | |
| | | # 开发环境配置 |
| | | server: |
| | | # 服务器的HTTP端口,默认为8080 |
| | | port: 8080 |
| | | port: 8086 |
| | | servlet: |
| | | # 应用的访问路径 |
| | | context-path: / |
| | |
| | | # redis 配置 |
| | | redis: |
| | | # 地址、密码、端口(默认为6379):医院环境 |
| | | host: 129.88.242.37 |
| | | password: jqserver |
| | | port: 6379 |
| | | #host: 129.88.242.37 |
| | | #password: jqserver |
| | | #port: 6379 |
| | | |
| | | # 地址、密码、端口(默认为6379):开发环境 |
| | | #host: 116.62.18.175 |
| | | #password: Smartor |
| | | #port: 6020 |
| | | host: 116.62.18.175 |
| | | password: Smartor |
| | | port: 6020 |
| | | |
| | | # 数据库索引 |
| | | database: 0 |
| | |
| | | # Swagger配置 |
| | | swagger: |
| | | # 是否开启swagger |
| | | enabled: true |
| | | enabled: false |
| | | # 请求前缀 |
| | | pathMapping: / |
| | | |
| | |
| | | excludes: /system/notice |
| | | # 匹配链接 |
| | | urlPatterns: /system/*,/monitor/*,/tool/* |
| | | |
| | | #钉钉的密钥 |
| | | dingAppid: dingn8iip5ubj7clrrsv |
| | | dingAppSecret: qlEK8D3oOVwGPOTiBQIBYTqQVlAfy9S_qQizEQFjJdSScwemWFryg4gbneu-NqWD |