feat:更新上传文件接口
This commit is contained in:
@@ -6,7 +6,11 @@ spring:
|
||||
name: @project.artifactId@
|
||||
version: @project.version@
|
||||
profiles:
|
||||
active: docker
|
||||
active: dev
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: 500MB
|
||||
max-request-size: 500MB
|
||||
mail:
|
||||
host: smtp.163.com
|
||||
port: 465
|
||||
@@ -29,7 +33,7 @@ mybatis-plus:
|
||||
mapper-locations: classpath*:/mapper/**/*.xml
|
||||
configuration:
|
||||
log-impl:
|
||||
org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
# org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
|
||||
web-starter:
|
||||
base-package: com.cxx.home
|
||||
|
||||
Reference in New Issue
Block a user