| | |
| | | max-request-size: 100MB |
| | | datasource: |
| | | # 东八区时区 |
| | | url: jdbc:mysql://localhost:3306/auyeung-root?allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true |
| | | url: jdbc:mysql://localhost:3306/jys?allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true |
| | | # 纽约时区 - GMT-5 |
| | | username: auyeung-root |
| | | password: auyeung-root |
| | | username: root |
| | | password: 123456 |
| | | driver-class-name: com.mysql.jdbc.Driver |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | druid: |
| | |
| | | config-spider: classpath:redisson/redisson-spider.yml |
| | | host: localhost |
| | | port: 6379 |
| | | password: auyeung-root |
| | | # password: auyeung-root |
| | | freemarker: |
| | | check-template-location: false |
| | | logging: |
| | |
| | | maxTotal: 50 |
| | | host: ${spring.redis.host} |
| | | port: ${spring.redis.port} |
| | | password: ${spring.redis.password} |
| | | # password: ${spring.redis.password} |
| | | database: 1 |
| | | |
| | | db: |