| | |
| | | stat-view-servlet: #访问监控网页的登录用户名和密码 |
| | | login-username: druid |
| | | login-password: lunhan123 |
| | | jpa: |
| | | database-platform: org.hibernate.dialect.openGaussDialect |
| | | redis: |
| | | host: 127.0.0.1 # Redis服务器地址 |
| | | database: 2 # Redis数据库索引(默认为0) |
| | |
| | | level: |
| | | root: info |
| | | com.lunhan.xxx: info |
| | | |
| | | jdbc-set: |
| | | sql-log: true |
| | | |
| | | # xxl-job配置 |
| | | xxl-job: |
| | |
| | | executor-log-path: ./logs/xxl-job/jobhandler |
| | | ### 执行器日志文件保存天数 [选填] : 过期日志自动清理, 限制值大于等于3时生效; 否则, 如-1, 关闭自动清理功能; |
| | | executor-log-retention-days: 15 |
| | | |
| | | # mybatis-plus 配置: |
| | | mybatis-plus: |
| | | configuration: |
| | | ### 开启打印sql配置 |
| | | log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |