@@ -15,6 +15,10 @@ spring:
max-lifetime: 1800000
connection-timeout: 30000
connection-test-query: SELECT 1
+ servlet:
+ multipart:
+ max-file-size: 40MB
+ max-request-size: 40MB
# 数据源连接--end
redis:
@@ -17,7 +17,10 @@ spring:
- # 数据源连接--end
host: 192.168.2.100