@@ -5,6 +5,7 @@ spring:
active: prod
#文件上传设置
servlet:
+
multipart:
max-file-size: 100MB
max-request-size: 100MB
@@ -29,9 +30,12 @@ mybatis-plus:
table-underline: true
configuration:
map-underscore-to-camel-case: true
server:
tomcat:
basedir: /temp
+ servlet:
+ context-path: /plt
# 用于雪花算法生成id
application:
datacenterId: 2