p-honggang.li
2 天以前 7c2c6a5e5b3d9f96aef3c67573aa62bbd9a3aa7f
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: