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