| | |
| | | # 版权年份 |
| | | copyrightYear: 2025 |
| | | # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath) |
| | | profile: /javaWork/lims-ruoyi/file/uploadPath |
| | | profile: /center-lims/after/file/uploadPath |
| | | # 获取ip地址开关 |
| | | addressEnabled: false |
| | | # 验证码类型 math 数字计算 char 字符验证 |
| | |
| | | port: 8001 |
| | | servlet: |
| | | # 应用的访问路径 |
| | | context-path: / |
| | | context-path: |
| | | tomcat: |
| | | # tomcat的URI编码 |
| | | uri-encoding: UTF-8 |
| | |
| | | max: 800 |
| | | # Tomcat启动初始化的线程数,默认值10 |
| | | min-spare: 100 |
| | | |
| | | # 日志配置 |
| | | logging: |
| | | file-location: /javaWork/lims-ruoyi |
| | | level: |
| | | com.ruoyi: info |
| | | org.springframework: warn |
| | | |
| | | # 用户配置 |
| | | user: |
| | |
| | | # 令牌自定义标识 |
| | | header: Authorization |
| | | # 令牌密钥 |
| | | secret: abcdefghijklmnopqrstuvwxyz |
| | | secret: awertgbadrtawetfgfbsdfawerghbfdsftreagd |
| | | # 令牌有效期(默认30分钟) |
| | | expireTime: 450 |
| | | |
| | |
| | | # 匹配链接 |
| | | urlPatterns: /system/*,/monitor/*,/tool/* |
| | | |
| | | #集团统一登录测试库 |
| | | #集团统一登录 |
| | | sso: |
| | | url: |
| | | clientId: |
| | | clientSecret: |
| | | callbackUrl: |
| | | url: https://ztt-sso.asuncloud.net |
| | | clientId: 47ded514-f447-43b4-afdf-181c10e2222d |
| | | clientSecret: appSecret:ea93d26a68863da5d71a6e3355ec22df |
| | | callbackUrl: https://ztzb-lims.ztt.cn/thirdpartylogin |
| | | |
| | | |