1
0

feat(web): 增加文件上传接口

This commit is contained in:
2024-11-21 12:25:19 +08:00
parent 6d63c20b7f
commit d68f8a27ee
10 changed files with 338 additions and 6 deletions

View File

@@ -13,6 +13,10 @@ spring:
jpa:
generate-ddl: true
show-sql: true
servlet:
multipart:
max-file-size: 10MB
max-request-size: 20MB
fenix:
print-banner: false
print-sql: false
@@ -27,4 +31,7 @@ logging:
bcos:
sdk:
eventsub:
EventSubscribeImp: error
EventSubscribeImp: error
gringotts:
upload:
upload-path: /Users/lanyuanxiaoyao/Project/IdeaProjects/gringotts/gringotts-web/target/upload