|
@@ -20,7 +20,7 @@ server:
|
|
|
servlet:
|
|
|
context-path: /qjkankan
|
|
|
tomcat:
|
|
|
- max-http-form-post-size: 100MB
|
|
|
+ max-http-form-post-size: 500MB
|
|
|
spring:
|
|
|
profiles:
|
|
|
active: locSit
|
|
@@ -29,10 +29,10 @@ spring:
|
|
|
servlet:
|
|
|
multipart:
|
|
|
enabled: true
|
|
|
- max-file-size: 256MB
|
|
|
- max-request-size: 256MB
|
|
|
+ max-file-size: 512MB
|
|
|
+ max-request-size: 512MB
|
|
|
swagger:
|
|
|
description: ${swagger.title}
|
|
|
package: com.gis.web.controller
|
|
|
- title: 全景看看-${spring.profiles.active}
|
|
|
+ title: 全锟斤拷锟斤拷锟斤拷-${spring.profiles.active}
|
|
|
version: 1.3.0
|