| | |
| | | # 版权年份 |
| | | copyrightYear: 2025 |
| | | # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath) |
| | | profile: /javaWork/lims-ruoyi/file/uploadPath |
| | | profile: /home/ruoyi/uploadPath |
| | | # 获取ip地址开关 |
| | | addressEnabled: false |
| | | # 验证码类型 math 数字计算 char 字符验证 |
| | |
| | | # 开发环境配置 |
| | | server: |
| | | # 服务器的HTTP端口 |
| | | port: 8001 |
| | | port: 8011 |
| | | servlet: |
| | | # 应用的访问路径 |
| | | context-path: / |
| | |
| | | |
| | | # 日志配置 |
| | | logging: |
| | | file-location: /javaWork/lims-ruoyi |
| | | level: |
| | | com.ruoyi: info |
| | | org.springframework: warn |
| | |
| | | # 国际化资源文件路径 |
| | | basename: i18n/messages |
| | | profiles: |
| | | active: druid |
| | | active: tide |
| | | # 全局时间处理 LocalDateTime时间序列号 |
| | | jackson: |
| | | date-format: yyyy-MM-dd HH:mm:ss |
| | |
| | | # 匹配链接 |
| | | urlPatterns: /system/*,/monitor/*,/tool/* |
| | | |
| | | #集团统一登录测试库 |
| | | sso: |
| | | url: |
| | | clientId: |
| | | clientSecret: |
| | | callbackUrl: |
| | | |
| | | |