fix 服务文件上传大小

master
luoyang 5 years ago
parent 4413caa142
commit b76f334637

@ -4,7 +4,7 @@ spring.profiles.active=dev,alipay,bestpay,jd,wechat,rpay,yeepay
env.company=RoyalPay
multipart.max-file-size=10Mb
multipart.max-file-size=10MB
spring.datasource.test-while-idle=true
#连接池检测释放周期
@ -156,3 +156,6 @@ apple.message.apns.file=
apple.message.apns.password=
android.message.appkey=
android.message.secret=
spring.servlet.multipart.max-file-size=20MB
spring.servlet.multipart.max-request-size=20MB

Loading…
Cancel
Save