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