Skip to content

Commit

Permalink
Merge pull request #15 from UMC-E-TEAM/feature/1
Browse files Browse the repository at this point in the history
feat:
  • Loading branch information
songzuhee authored Jan 2, 2024
2 parents 81203ad + e36b258 commit b17c29b
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 b17c29b

Please sign in to comment.