| | |
| | | url: jdbc:mysql://${custom.datasource.slave.ip}:${custom.datasource.slave.port}/${custom.datasource.slave.database}?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | username: ${custom.datasource.slave.username} |
| | | password: ${custom.datasource.slave.password} |
| | | cwsj: |
| | | # 从数据源开关/默认关闭 |
| | | enabled: ${custom.datasource.cwsj.enabled} |
| | | url: jdbc:mysql://${custom.datasource.cwsj.ip}:${custom.datasource.cwsj.port}/${custom.datasource.cwsj.database}?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | username: ${custom.datasource.cwsj.username} |
| | | password: ${custom.datasource.cwsj.password} |
| | | # 初始连接数 |
| | | initialSize: 5 |
| | | # 最小连接池数量 |