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.
17 lines
305 B
17 lines
305 B
|
6 years ago
|
spring:
|
||
|
|
datasource:
|
||
|
|
url: jdbc:mysql://localhost:3306/my?serverTimezone=UTC&useUnicode=true&characterEncoding=utf-8&useSSL=true
|
||
|
|
username: root
|
||
|
|
password: root
|
||
|
|
redis:
|
||
|
|
host: localhost
|
||
|
|
port: 6379
|
||
|
|
|
||
|
|
socket:
|
||
|
|
hostname: localhost
|
||
|
|
port: 12580
|
||
|
|
|
||
|
|
qiniu:
|
||
|
|
access-key:
|
||
|
|
secret-key:
|
||
|
|
bucket:
|