Skip to content

Commit

Permalink
[Feat] fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bayy1216 committed Jun 1, 2024
1 parent ae1c1c7 commit 22083af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zzansuni-api-server/app/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ spring: # default test profile
console:
enabled: true
path: /h2-console
servlet:
multipart:
max-file-size: 5MB
max-request-size: 10MB
resolve-lazily: true # 파일 업로드 시점에 메모리에 저장
logging.level:
org.hibernate:
orm.jdbc.bind: trace
Expand Down

0 comments on commit 22083af

Please sign in to comment.