Skip to content

Commit

Permalink
fix : add MultipartFile property (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoBouttes authored Jan 16, 2025
1 parent cc5d9eb commit fe260e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ spring.config.import=classpath:bauhaus-core.properties,optional:classpath:bauhau
spring.application.name=Bauhaus-Back-Office
server.port=8080

spring.servlet.multipart.enabled=true
spring.servlet.multipart.max-file-size=40MB
spring.servlet.multipart.max-request-size=40MB

Expand Down

0 comments on commit fe260e7

Please sign in to comment.