multi-admin/src/main/resources/application.yml
@@ -1,21 +1,21 @@ spring: application: name: train_exam name: multi_system profiles: active: dev active: prod servlet: multipart: enabled: true # 单个文件大小 max-file-size: 100MB max-file-size: 500MB # 设置总上传的文件大小 max-request-size: 200MB max-request-size: 1GB mvc: pathmatch: matching-strategy: ant_path_matcher server: port: 8082 port: 8056 servlet: context-path: /api tomcat: