Skip to content

Commit 08dc602

Browse files
committed
refactor: ddl-auto 옵션 변경
1 parent fec5de2 commit 08dc602

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spring:
77
port: 6379
88
jpa:
99
hibernate:
10-
ddl-auto: create-drop
10+
ddl-auto: create
1111
generate-ddl: true
1212
show-sql: true
1313
database: mysql

0 commit comments

Comments
 (0)