mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-08 02:16:49 +08:00
Compare commits
1 Commits
master-202
...
prod-25010
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc920753bd |
@@ -1,8 +1,8 @@
|
|||||||
spring:
|
spring:
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
max-file-size: 1000MB
|
max-file-size: 1024MB
|
||||||
max-request-size: 1000MB
|
max-request-size: 1024MB
|
||||||
web:
|
web:
|
||||||
resources:
|
resources:
|
||||||
static-locations: file:E:/Projects/BOE/java/static
|
static-locations: file:E:/Projects/BOE/java/static
|
||||||
|
|||||||
@@ -32,8 +32,8 @@ server:
|
|||||||
uri-encoding: UTF-8
|
uri-encoding: UTF-8
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
max-file-size: 500MB
|
max-file-size: 1024MB
|
||||||
max-request-size: 500MB
|
max-request-size: 1024MB
|
||||||
session:
|
session:
|
||||||
timeout: 30m
|
timeout: 30m
|
||||||
encoding:
|
encoding:
|
||||||
|
|||||||
Reference in New Issue
Block a user