| | |
| | | # 名称 |
| | | name: RuoYi |
| | | # 版本 |
| | | version: 3.8.9 |
| | | version: ${revision} |
| | | # 版权年份 |
| | | copyrightYear: 2025 |
| | | # 实例演示开关 |
| | | demoEnabled: true |
| | | # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath) |
| | | profile: D:/ruoyi/uploadPath |
| | | # 获取ip地址开关 |
| | | addressEnabled: false |
| | | # 验证码类型 math 数字计算 char 字符验证 |
| | | captchaType: math |
| | | |
| | | |
| | | # 开发环境配置 |
| | | server: |
| | |
| | | # 国际化资源文件路径 |
| | | basename: i18n/messages |
| | | profiles: |
| | | active: druid |
| | | # 环境 dev|test|prod |
| | | active: dev |
| | | # 文件上传 |
| | | servlet: |
| | | multipart: |
| | |
| | | max-active: 8 |
| | | # #连接池最大阻塞等待时间(使用负值表示没有限制) |
| | | max-wait: -1ms |
| | | |
| | | |
| | | # token配置 |
| | | token: |
| | |
| | | excludes: /system/notice |
| | | # 匹配链接 |
| | | urlPatterns: /system/*,/monitor/*,/tool/* |
| | | |
| | | # GPS服务配置 |
| | | gps: |
| | | service: |
| | | domain: https://gps51.com |
| | | username: 王某人 |
| | | password: Aa1357 |
| | | |
| | | |
| | | # 民航接口地址 |
| | | min: |
| | | apiUrl: http://120.25.98.119:8084/v1/ #测试环境:localhost:8011 |