Merge remote-tracking branch 'origin/master'

This commit is contained in:
xl
2024-07-13 14:28:23 +08:00
3 changed files with 8 additions and 17 deletions

View File

@@ -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: