2023-08-11 11:51:09 +08:00
|
|
|
spring:
|
|
|
|
# redis 配置
|
|
|
|
redis:
|
2023-08-19 23:36:50 +08:00
|
|
|
# host: 127.0.0.1
|
|
|
|
# port: 6379
|
|
|
|
# database: 8
|
|
|
|
# timeout: 5000
|
|
|
|
# auth: caolin123
|
|
|
|
host: 118.31.23.45
|
2023-09-15 15:27:16 +08:00
|
|
|
port: 6973
|
2023-08-11 11:51:09 +08:00
|
|
|
database: 8
|
|
|
|
timeout: 5000
|
2023-09-15 15:27:16 +08:00
|
|
|
password: c12&%3s7l=
|
2023-08-11 11:51:09 +08:00
|
|
|
|
|
|
|
# 数据库 配置
|
|
|
|
datasource:
|
2023-08-13 16:42:33 +08:00
|
|
|
url: jdbc:mysql://127.0.0.1:3306/driver_server?characterEncoding=utf-8&autoReconnect=true&maxReconnects=2&useSSL=false&allowPublicKeyRetrieval=true&failOverReadOnly=false&serverTimezone=Asia/Shanghai
|
2023-08-11 11:51:09 +08:00
|
|
|
username: root
|
|
|
|
password: 123456
|
|
|
|
|
|
|
|
|
|
|
|
|