Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -42,13 +42,13 @@ spring:
|
||||
datasource:
|
||||
type: com.alibaba.druid.pool.DruidDataSource
|
||||
driver-class-name: com.mysql.jdbc.Driver
|
||||
url: jdbc:mysql://101.43.97.177:3306/car_server?characterEncoding=utf-8&useSSL=false&serverTimeZone=GMT+8
|
||||
url: jdbc:mysql://127.0.0.1:3306/car_server?characterEncoding=utf-8&useSSL=false&serverTimeZone=GMT+8
|
||||
username: root
|
||||
password: lxk_dghsadsdg213443
|
||||
password: 123456
|
||||
redis:
|
||||
host: 101.43.97.177 #地址
|
||||
host: 127.0.0.1 #地址
|
||||
port: 6379 #端口
|
||||
password: 'lxk@12342452qwe'
|
||||
password: 'xxxxxxxxx'
|
||||
timeout: 30000 # 连接超时时间(毫秒)
|
||||
database: 1 #默认数据库
|
||||
jedis:
|
||||
|
||||
Reference in New Issue
Block a user