p-honggang.li
5 天以前 0cd898baff5f2838e47771a0471a7dbb88dd65ab
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: