Skip to content

Commit

Permalink
merge: application-dev.yml에는 dev-init.sql을 실행하지 않도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leegwichan authored Oct 9, 2024
2 parents 55b5faf + 1e0fb4f commit 924d42c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions backend/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ spring:
username: ${secret.datasource.username}
password: ${secret.datasource.password}

sql:
init:
mode: always
schema-locations: classpath:sql/data-dev.sql

jpa:
defer-datasource-initialization: true
hibernate:
Expand Down

0 comments on commit 924d42c

Please sign in to comment.