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