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.
30 lines
789 B
30 lines
789 B
1 day ago
|
spring:
|
||
|
# redis 配置
|
||
|
redis:
|
||
|
# host: 127.0.0.1
|
||
|
# port: 6379
|
||
|
# database: 8
|
||
|
# timeout: 5000
|
||
|
# auth: caolin123
|
||
|
host: 127.0.0.1
|
||
|
port: 6379
|
||
|
database: 8
|
||
|
timeout: 5000
|
||
|
# password: c12&%3s7l=
|
||
|
|
||
|
# 数据库 配置
|
||
|
datasource:
|
||
|
# 本地
|
||
|
# url: jdbc:mysql://127.0.0.1:3306/shisong-wrj?characterEncoding=utf-8&autoReconnect=true&maxReconnects=2&useSSL=false&allowPublicKeyRetrieval=true&failOverReadOnly=false&serverTimezone=Asia/Shanghai
|
||
|
# username: root
|
||
|
# password: 123456
|
||
|
# 测试库
|
||
|
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
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|