Commit 7b2e512cd8cfacfa7025566373c92d835ed439af

Authored by YevhenBondarenko
1 parent 401e41f7

added multipart max size 50MB

@@ -437,6 +437,9 @@ spring.resources.chain: @@ -437,6 +437,9 @@ spring.resources.chain:
437 content: 437 content:
438 enabled: "true" 438 enabled: "true"
439 439
  440 +spring.servlet.multipart.max-file-size: "50MB"
  441 +spring.servlet.multipart.max-request-size: "50MB"
  442 +
440 spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation: "true" 443 spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation: "true"
441 spring.jpa.properties.hibernate.order_by.default_null_ordering: "last" 444 spring.jpa.properties.hibernate.order_by.default_null_ordering: "last"
442 445