|
|
@@ -13,7 +13,7 @@ spring.config.import=classpath:common.properties |
|
|
|
|
|
|
|
|
|
|
|
# mysql |
|
|
|
spring.datasource.driver-class-name=com.mysql.jdbc.Driver |
|
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver |
|
|
|
spring.datasource.url=jdbc:mysql://rm-bp13v5020p7828r5rso.mysql.rds.aliyuncs.com:3306/imitate_sys?useUnicode=true&characterEncoding=utf8&autoReconnect=true&failOverReadOnly=false |
|
|
|
spring.datasource.username=testeducoder |
|
|
|
spring.datasource.password=TEST@123 |
|
|
@@ -50,7 +50,11 @@ logging.level.com.imitate.web.persistence.mapper=debug |
|
|
|
spring.redis.host=127.0.0.1 |
|
|
|
spring.redis.port=6379 |
|
|
|
spring.redis.password= |
|
|
|
|
|
|
|
spring.redis.lettuce.pool.max-active=8 |
|
|
|
spring.redis.lettuce.pool.max-idle=8 |
|
|
|
spring.redis.lettuce.pool.max-wait=-1ms |
|
|
|
spring.redis.lettuce.pool.min-idle=0 |
|
|
|
spring.redis.lettuce.shutdown-timeout=100ms |
|
|
|
|
|
|
|
|
|
|
|
|