| 1234567891011121314151617181920 |
- server:
- port: 8081
- spring:
- redis:
- redisson:
- address: redis://192.168.0.250:6379
- password: 123456
- database: 0
- datasource:
- url: jdbc:mysql://39.98.239.48:3366/agent?serverTimezone=Asia/Shanghai&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&rewriteBatchedStatements=true
- username: root
- password: '@RqGHG#KZ*C9ytkQ'
- driverClassName: com.mysql.cj.jdbc.Driver
- mybatis-plus:
- mapper-locations: classpath*:/mapper/*Mapper.xml
- config:
- sso: 1
|