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.

24 lines
474 B

2 years ago
spring:
datasource:
hikari:
max-lifetime: 30000
driver-class-name: com.mysql.jdbc.Driver
2 years ago
url: jdbc:mysql://127.0.0.1:3306/demo_system?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true
username: root
password: root
image:
upload:
path: D:\demo\upload\
2 years ago
url:
prefix: http://127.0.0.1:8111/upload/
login:
path: D:\\images\\pic-click
reggie:
path: D:\demo\upload\
2 years ago