| | |
| | | min-idle: 0 |
| | | timeout: 0 |
| | | |
| | | # datasource: |
| | | # url: jdbc:mysql://42.193.1.25:3306/sccg?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false |
| | | # username: root |
| | | # password: 321$YcYl@1970! |
| | | # type: com.alibaba.druid.pool.DruidDataSource |
| | | # driver-class-name: com.mysql.cj.jdbc.Driver |
| | | # filters: stat |
| | | # maxActive: 20 |
| | | # initialSize: 1 |
| | | # maxWait: 60000 |
| | | # minIdle: 1 |
| | | # timeBetweenEvictionRunsMillis: 60000 |
| | | # minEvictableIdleTimeMillis: 300000 |
| | | # validationQuery: select 'x' |
| | | # testWhileIdle: true |
| | | # testOnBorrow: false |
| | | # testOnReturn: false |
| | | # poolPreparedStatements: true |
| | | # maxOpenPreparedStatements: 20 |
| | | |
| | | datasource: |
| | | url: jdbc:mysql://42.193.1.25:3306/sccg?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false |
| | | url: jdbc:mysql://124.222.18.104:3319/sccg?characterEncoding=utf-8 |
| | | username: root |
| | | password: 321$YcYl@1970! |
| | | password: root |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | driver-class-name: com.mysql.cj.jdbc.Driver |
| | | filters: stat |