@@ -16,6 +16,11 @@ spring:
connection-timeout: 30000
connection-test-query: SELECT 1
#数据源连接--end
+ #上传大小
+ servlet:
+ multipart:
+ max-file-size: 50MB
+ max-request-size: 50MB
#Redis连接--start
redis:
host: 172.31.165.23