|
|
@@ -4,14 +4,14 @@ spring:
|
|
|
datasource:
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
|
- url: jdbc:mysql://1.15.52.55:3307/tr-footstone?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8&autoReconnect=true&useInformationSchema=true
|
|
|
+ url: jdbc:mysql://1.15.52.55:3306/tr-footstone?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8&autoReconnect=true&useInformationSchema=true
|
|
|
username: root
|
|
|
password: root1234
|
|
|
redis:
|
|
|
# 地址
|
|
|
host: 1.15.52.55
|
|
|
# 端口,默认为6379
|
|
|
- port: 6378
|
|
|
+ port: 6379
|
|
|
# 数据库索引
|
|
|
database: 8
|
|
|
# 密码
|