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.
14 lines
465 B
14 lines
465 B
3 years ago
|
server.port=80
|
||
|
server.servlet.context-path=/
|
||
|
version.num=1.0.0
|
||
|
|
||
|
# 程序自身数据源配置
|
||
|
spring.datasource.url=jdbc:mysql://localhost:3306/picture?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true
|
||
|
spring.datasource.username=root
|
||
|
spring.datasource.password=51131420
|
||
|
|
||
|
picture.root.path=E:/image
|
||
|
|
||
|
timeout.login.token=1000000
|
||
|
spring.servlet.multipart.max-file-size=10MB
|
||
|
spring.servlet.multipart.max-request-size=100MB
|