| | |
| | | copyrightYear: 2021 |
| | | # 实例演示开关 |
| | | demoEnabled: true |
| | | # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath) |
| | | # 开发环境 window |
| | | # profile: D:/lihusoft/OPO/WEB/Upload |
| | | # 开发环境 linux |
| | | # profile: /home/smartor/uploadFile |
| | | # 医院环境 |
| | | profile: D:/OPO/WEB/Upload |
| | | # 归档路径 |
| | | archived: D:/OPO/WEB/archived/ |
| | | # 获取ip地址开关 |
| | | addressEnabled: false |
| | | # 验证码类型 math 数组计算 char 字符验证 |
| | |
| | | # 开发环境配置 |
| | | server: |
| | | # 服务器的HTTP端口,默认为9095 |
| | | port: 8080 |
| | | port: 9095 |
| | | servlet: |
| | | # 应用的访问路径 |
| | | context-path: / |
| | |
| | | # 国际化资源文件路径 |
| | | basename: i18n/messages |
| | | profiles: |
| | | active: druid |
| | | active: prod |
| | | # 文件上传 |
| | | servlet: |
| | | multipart: |