src/main/resources/application.yml
@@ -2,6 +2,8 @@ port: 8089 servlet: context-path: /admin tomcat: max-swallow-size: 500MB spring: application: @@ -16,7 +18,11 @@ #mcv配置 mvc: pathmatch: matching-strategy: ant_path_matcher matching-strategy: ant_path_matcher servlet: multipart: max-file-size: 500MB max-request-size: 500MB # MyBatis Plus配置 mybatis-plus: