Skip to content

Commit

Permalink
feat: graceful shutdown 설정 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
shin-mallang authored Jan 13, 2024
1 parent 90322a2 commit 07b529a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
spring:
lifecycle:
timeout-per-shutdown-phase: 30s # default

jpa:
hibernate:
ddl-auto: create
Expand Down Expand Up @@ -28,6 +31,7 @@ server:
max-age: 864000 # 10일 = 10 * 24 * 60 * 60 초
http-only: true
secure: false
shutdown: graceful

#logging:
# level:
Expand Down

0 comments on commit 07b529a

Please sign in to comment.