算法和数据集的后端完善
This commit is contained in:
@ -40,4 +40,10 @@ logging.level.org.springframework.web=DEBUG
|
||||
logging.level.com.bipt.intelligentapplicationorchestrationservice.mapper=DEBUG
|
||||
mybatis.configuration.log-impl=org.apache.ibatis.logging.slf4j.Slf4jImpl
|
||||
|
||||
management.health.rabbit.enabled=false
|
||||
management.health.rabbit.enabled=false
|
||||
|
||||
# 单个文件最大大小
|
||||
spring.servlet.multipart.max-file-size=10MB
|
||||
# 单次请求最大大小(可包含多个文件)
|
||||
spring.servlet.multipart.max-request-size=15MB
|
||||
|
||||
|
Reference in New Issue
Block a user