| | |
| | | # 实例演示开关 |
| | | demoEnabled: true |
| | | # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath) |
| | | profile: D:/ruoyi/uploadPath |
| | | # profile: D:/ruoyi/uploadPath |
| | | profile: /home/software/uploadPath |
| | | # 获取ip地址开关 |
| | | addressEnabled: false |
| | | # 验证码类型 math 数组计算 char 字符验证 |
| | |
| | | logging: |
| | | # 日志路径 示例( Windows配置D:/ruoyi/logs,Linux配置 /home/ruoyi/logs,不填同级目录logs) |
| | | path: D:/ruoyi/ls/logs |
| | | # 字符编码 |
| | | charset: |
| | | console: UTF-8 |
| | | file: UTF-8 |
| | | # 日志文件配置 |
| | | file: |
| | | name: ${logging.path}/ruoyi.log |
| | | max-size: 100MB |
| | | max-history: 30 |
| | | # 日志级别配置 |
| | | level: |
| | | com.ruoyi: debug |
| | | com.ruoyi: info |
| | | com.smartor: info |
| | | org.springframework: warn |
| | | org.apache.ibatis: warn |
| | | # 控制台输出级别 |
| | | root: info |
| | | # 日志格式配置 |
| | | pattern: |
| | | console: "%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{50} - %msg%n" |
| | | file: "%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{50} - %msg%n" |
| | | |
| | | # 用户配置 |
| | | user: |
| | |
| | | configLocation: classpath:mybatis/mybatis-config.xml |
| | | configuration: |
| | | log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
| | | # log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl |
| | | |
| | | # PageHelper分页插件 |
| | | pagehelper: |