feat: 开发中...

This commit is contained in:
2023-04-06 04:49:23 +08:00
parent bb336c3c17
commit d8b1f6f959
24 changed files with 378 additions and 98 deletions

View File

@@ -1,12 +1,12 @@
server:
port: 8080
spring:
servlet:
context-path: /
multipart:
enable: true
max-file-size: 16M
max-require-size: 32M
spring:
max-file-size: 16MB
max-request-size: 32MB
# 要使用的环境预设
# prod: 生产环境
# dev: 开发环境