You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
392 B
15 lines
392 B
1 day ago
|
spring:
|
||
|
# redis 配置
|
||
|
redis:
|
||
|
host: 127.0.0.1
|
||
|
port: 6379
|
||
|
database: 8
|
||
|
timeout: 5000
|
||
|
|
||
|
# 数据库 配置
|
||
|
datasource:
|
||
|
url: jdbc:mysql://114.215.207.150:3306/shisong-wrj?characterEncoding=utf-8&autoReconnect=true&maxReconnects=2&useSSL=false&allowPublicKeyRetrieval=true&failOverReadOnly=false&serverTimezone=Asia/Shanghai
|
||
|
username: root
|
||
|
password: Zhou202109
|
||
|
|