mirror of https://gitee.com/y_project/RuoYi.git
commit
c7780960fb
|
@ -36,10 +36,12 @@ spring:
|
||||||
date-format: yyyy-MM-dd HH:mm:ss
|
date-format: yyyy-MM-dd HH:mm:ss
|
||||||
profiles:
|
profiles:
|
||||||
active: druid
|
active: druid
|
||||||
http:
|
#文件上传
|
||||||
multipart:
|
servlet:
|
||||||
max-file-size: 30Mb
|
multipart:
|
||||||
max-request-size: 30Mb
|
max-file-size: 30MB
|
||||||
|
max-request-size: 30MB
|
||||||
|
|
||||||
devtools:
|
devtools:
|
||||||
restart:
|
restart:
|
||||||
#禁用devtools模块的热部署功能
|
#禁用devtools模块的热部署功能
|
||||||
|
|
Loading…
Reference in New Issue