xiaoyong931011
2022-08-09 489b38cff851af79c1908c7493e9025eec87be7c
20220809 最大上传150
2 files modified
8 ■■■■ changed files
src/main/resources/application-test.yml 4 ●●●● patch | view | raw | blame | history
src/main/resources/application.yml 4 ●●●● patch | view | raw | blame | history
src/main/resources/application-test.yml
@@ -74,8 +74,8 @@
  servlet:
    multipart:
      max-file-size: 150MB
      max-request-size: 150MB
      max-file-size: 512MB
      max-request-size: 512MB
mybatis-plus:
  mapper-locations: classpath:mapper/*.xml
src/main/resources/application.yml
@@ -74,8 +74,8 @@
  servlet:
    multipart:
      max-file-size: 150MB
      max-request-size: 150MB
      max-file-size: 512MB
      max-request-size: 512MB
mybatis-plus:
  mapper-locations: classpath:mapper/*.xml
#  configuration: