Skip to content

Commit

Permalink
fix: merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
youcastle03 committed Nov 15, 2024
2 parents 1d3160c + 69d1c90 commit e632c79
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ spring:
# password: ${DB_PASSWORD}

servlet:
multipart:
file-size-threshold: 1MB
location : .
max-file-size: 10MB
max-request-size : 50MB
enabled : true
multipart:
file-size-threshold: 1MB
location : .
max-file-size: 10MB
max-request-size : 50MB
enabled : true

jpa:
hibernate:
Expand Down

0 comments on commit e632c79

Please sign in to comment.