|
@@ -1,4 +1,4 @@
|
|
|
-spring.datasource.url=jdbc:mysql://localhost:3307/imcs_platform?serverTimezone=GMT%2B8&useSSL=false
|
|
|
+spring.datasource.url=jdbc:mysql://localhost:3306/imcs_platform?serverTimezone=GMT%2B8&useSSL=false
|
|
|
spring.datasource.username=root
|
|
|
spring.datasource.password=123456
|
|
|
#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
|
|
@@ -34,7 +34,7 @@ spring.redis.host=127.0.0.1
|
|
|
# Redis服务器连接端口
|
|
|
spring.redis.port=6379
|
|
|
# Redis服务器连接密码(默认为空)
|
|
|
-#spring.redis.password=123456
|
|
|
+spring.redis.password=123456
|
|
|
# 连接超时时间
|
|
|
spring.redis.timeout=10s
|
|
|
# 连接池最大连接数
|