Browse Source

应用和任务

master
PoffyZhang 1 year ago
parent
commit
c7f6a65e9e
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      pmapi/src/main/resources/application-dev.yml

+ 5
- 0
pmapi/src/main/resources/application-dev.yml View File

@@ -87,6 +87,11 @@ spring:
wall:
config:
multi-statement-allow: true
#设置上传 单个文件的大小
servlet:
multipart:
max-file-size: 100MB
max-request-size: 150MB
mybatis-plus:
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl


Loading…
Cancel
Save