Skip to content

Commit 484ef47

Browse files
committed
chore[initdate]: ddl 타입 재적용
1 parent c78b000 commit 484ef47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

backend/src/main/resources/application.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ spring:
6161
jdbc:
6262
initialize-schema: never
6363

64-
jpa:
65-
show-sql: true
66-
hibernate:
67-
ddl-auto: ${SPRING_JPA_HIBERNATE_DDL_AUTO}
64+
# jpa:
65+
# show-sql: true
66+
# hibernate:
67+
# ddl-auto: ${SPRING_JPA_HIBERNATE_DDL_AUTO}
6868

6969
properties:
7070
hibernate:

0 commit comments

Comments
 (0)