Skip to content

Commit

Permalink
feat : application.yml 에 prod 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jsilver01 committed Jul 30, 2024
1 parent 228cd18 commit b2e0405
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ spring:
show-sql: true

---
spring:
config:
activate:
on-profile: prod
jpa:
hibernate:
ddl-auto: update
show-sql: true
---

logging:
level:
org:
Expand Down

0 comments on commit b2e0405

Please sign in to comment.