| | |
| | | date-format: yyyy-MM-dd HH:mm:ss |
| | | datasource: |
| | | driver-class-name: org.postgresql.Driver |
| | | url: jdbc:postgresql://113.250.189.120:57654/water_trade_center |
| | | url: jdbc:postgresql://113.250.189.120:57654/test_db1 |
| | | username: lunhan |
| | | password: lunhan.20240330 |
| | | druid: |
| | |
| | | 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: |
| | |
| | | ### 执行器日志文件保存天数 [选填] : 过期日志自动清理, 限制值大于等于3时生效; 否则, 如-1, 关闭自动清理功能; |
| | | executor-log-retention-days: 15 |
| | | |
| | | api-set: |
| | | security_key: 3d54aa3834df |
| | | water_basic_url: http://113.250.189.120:8016 |
| | | # mybatis-plus 配置: |
| | | mybatis-plus: |
| | | configuration: |
| | | ### 开启打印sql配置 |
| | | log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |