| | |
| | | server: |
| | | port: 8091 |
| | | port: 8092 |
| | | tomcat: |
| | | uri-encoding: UTF-8 |
| | | accept-count: 1000 |
| | |
| | | redis: |
| | | host: localhost |
| | | port: 6379 |
| | | database: 0 |
| | | database: 1 |
| | | password: |
| | | timeout: 10s |
| | | lettuce: |
| | |
| | | datasource: |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | driverClassName: com.mysql.cj.jdbc.Driver |
| | | url: jdbc:mysql://103.30.7.134:3306/mix?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | url: jdbc:mysql://127.0.0.1:3306/mix?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | username: mix |
| | | password: PsRwRm5nGbtS22Xp |
| | | password: 123456 |
| | | druid: |
| | | initialSize: 5 |
| | | minIdle: 10 |