Skip to content

Commit

Permalink
fix: dev 데이터 환경 초기화 삭제 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom authored Sep 8, 2024
1 parent bffb802 commit 604a8cc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ spring:
ddl-auto: none
show-sql: true
open-in-view: false
generate-ddl: true
defer-datasource-initialization: true
generate-ddl: false
defer-datasource-initialization: false
properties:
hibernate:
format_sql: true
Expand All @@ -19,4 +19,4 @@ spring:

sql:
init:
mode: always
mode: never

0 comments on commit 604a8cc

Please sign in to comment.