Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kpeel5839 committed Mar 16, 2022
1 parent 436a096 commit 2b54dca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dogvelopers/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ spring:

jpa:
hibernate:
show-sql: true
ddl-auto: create
ddl-auto: create
properties:
hibernate:
show-sql: true
profiles:
include:
- aws
Expand Down

0 comments on commit 2b54dca

Please sign in to comment.