2023-08-11 11:51:09 +08:00
|
|
|
spring:
|
|
|
|
# redis 配置
|
|
|
|
redis:
|
2023-08-16 23:46:01 +08:00
|
|
|
host: 118.31.23.45
|
|
|
|
port: 6379
|
2023-08-11 11:51:09 +08:00
|
|
|
database: 8
|
|
|
|
timeout: 5000
|
2023-08-16 23:46:01 +08:00
|
|
|
password: 123456
|
2023-08-11 11:51:09 +08:00
|
|
|
|
|
|
|
# 数据库 配置
|
|
|
|
datasource:
|
2023-08-13 16:42:33 +08:00
|
|
|
url: jdbc:mysql://118.31.23.45:3306/driver_server?characterEncoding=utf-8&autoReconnect=true&maxReconnects=2&useSSL=false&allowPublicKeyRetrieval=true&failOverReadOnly=false&serverTimezone=Asia/Shanghai
|
2023-08-12 01:58:46 +08:00
|
|
|
username: root
|
|
|
|
password: admin231280
|