|
@@ -14,11 +14,11 @@ spring: |
|
|
default-property-inclusion: non_null |
|
|
default-property-inclusion: non_null |
|
|
servlet: |
|
|
servlet: |
|
|
multipart: |
|
|
multipart: |
|
|
max-file-size: 1024MB |
|
|
|
|
|
max-request-size: 1024MB |
|
|
|
|
|
|
|
|
max-file-size: 2048MB |
|
|
|
|
|
max-request-size: 2048MB |
|
|
mvc: |
|
|
mvc: |
|
|
async: |
|
|
async: |
|
|
request-timeout: 1000000 |
|
|
|
|
|
|
|
|
request-timeout: 6000000 |
|
|
cache: |
|
|
cache: |
|
|
type: REDIS |
|
|
type: REDIS |
|
|
cache-names: redis_cache #缓存的名字(可以不指定) |
|
|
cache-names: redis_cache #缓存的名字(可以不指定) |
|
|