yonge 6 년 전
부모
커밋
2c591c4b72
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      mec-student/src/main/resources/application.yml
  2. 2 2
      mec-teacher/src/main/resources/application.yml

+ 2 - 2
mec-student/src/main/resources/application.yml

@@ -12,9 +12,9 @@ spring:
   application:
     name: student-server
     
-  server:
+  servlet:
     multipart:
-      max-file-size: 5M
+      max-file-size: 5MB
     
   datasource:
     name: test

+ 2 - 2
mec-teacher/src/main/resources/application.yml

@@ -12,9 +12,9 @@ spring:
   application:
     name: teacher-server
     
-  server:
+  servlet:
     multipart:
-      max-file-size: 10M
+      max-file-size: 10MB
     
   datasource:
     name: test