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