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.
13 lines
390 B
13 lines
390 B
spring:
|
|
# redis 配置
|
|
redis:
|
|
host: 127.0.0.1
|
|
port: 6379
|
|
database: 8
|
|
timeout: 5000
|
|
|
|
# 数据库 配置
|
|
datasource:
|
|
url: jdbc:mysql://47.98.161.246:3306/shisong-wrj?characterEncoding=utf-8&autoReconnect=true&maxReconnects=2&useSSL=false&allowPublicKeyRetrieval=true&failOverReadOnly=false&serverTimezone=Asia/Shanghai
|
|
username: root
|
|
password: admin231280
|
|
|