Skip to content

Commit

Permalink
Fix: 사진 업로드 크기 확대
Browse files Browse the repository at this point in the history
  • Loading branch information
dainshon committed Feb 16, 2024
1 parent 55f454b commit cff23f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ spring:
ddl-auto: create
properties:
hibernate:
format_sql: true
format_sql: true
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB

0 comments on commit cff23f6

Please sign in to comment.