算法和数据集的后端完善

This commit is contained in:
2025-06-16 14:08:23 +08:00
parent 46331fcade
commit 09424cf223
13 changed files with 228 additions and 127 deletions

View File

@ -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