张延森 3 years ago
parent
commit
fdb477c07b
2 changed files with 3 additions and 3 deletions
  1. 1
    1
      pom.xml
  2. 2
    2
      src/main/resources/application-prod.yml

+ 1
- 1
pom.xml View File

10
 	</parent>
10
 	</parent>
11
 	<groupId>com.yunzhi</groupId>
11
 	<groupId>com.yunzhi</groupId>
12
 	<artifactId>marketing</artifactId>
12
 	<artifactId>marketing</artifactId>
13
-	<version>v1.0.22</version>
13
+	<version>v1.0.25</version>
14
 	<name>marketing-cloud</name>
14
 	<name>marketing-cloud</name>
15
 	<description>新联康营销云</description>
15
 	<description>新联康营销云</description>
16
 
16
 

+ 2
- 2
src/main/resources/application-prod.yml View File

14
     max-idle: 8 # 最大空闲数
14
     max-idle: 8 # 最大空闲数
15
   servlet:
15
   servlet:
16
     multipart:
16
     multipart:
17
-      max-file-size: 10MB
18
-      max-request-size: 50MB
17
+      max-file-size: 1024MB
18
+      max-request-size: 4096MB
19
 
19
 
20
 #日志配置
20
 #日志配置
21
 logging:
21
 logging: