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.
23 lines
474 B
23 lines
474 B
spring:
|
|
datasource:
|
|
hikari:
|
|
max-lifetime: 30000
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
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\
|
|
url:
|
|
prefix: http://127.0.0.1:8111/upload/
|
|
login:
|
|
path: D:\\images\\pic-click
|
|
|
|
reggie:
|
|
path: D:\demo\upload\
|
|
|
|
|
|
|
|
|
|
|