yonge пре 5 година
родитељ
комит
2c591c4b72

+ 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