Skip to content

Commit

Permalink
feat:
Browse files Browse the repository at this point in the history
  • Loading branch information
jhsong76 committed Jan 2, 2024
1 parent 8c3bf06 commit e36b258
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ spring:
hbm2ddl:
auto: update
default_batch_fetch_size: 1000

servlet:
multipart:
enabled: true
max-file-size: 200MB
max-request-size: 300MB
server:
port: 8080
logging:
Expand Down

0 comments on commit e36b258

Please sign in to comment.