Skip to content

Commit b80b3a7

Browse files
committed
[Fix] create _> none
1 parent 6d33cc9 commit b80b3a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/application-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spring:
1212
password: ${DB_PASSWORD}
1313
jpa:
1414
hibernate:
15-
ddl-auto: create
15+
ddl-auto: none
1616
properties:
1717
hibernate:
1818
default_schema: root # 기본 스키마

0 commit comments

Comments
 (0)