| | |
| | | username: sys_dapp |
| | | password: sys_dapp!@#123 |
| | | driver-class-name: com.mysql.cj.jdbc.Driver |
| | | url: jdbc:mysql://127.0.0.1:3306/sys-dapp?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b9 |
| | | url: jdbc:mysql://127.0.0.1:3306/sys_dapp?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b9 |
| | | |
| | | redis: |
| | | # Redis数据库索引(默认为 0) |
| | |
| | | # 连接池最大阻塞等待时间(使用负值表示没有限制) |
| | | max-wait: 10000 |
| | | # 连接超时时间(毫秒) |
| | | timeout: 5000 |
| | | timeout: 5000 |
| | | |
| | | jackson: |
| | | date-format: yyyy-MM-dd HH:mm:ss |
| | | time-zone: GMT+9 |