Skip to content

Commit 84df358

Browse files
committed
초기 테이블 세팅
1 parent f2bcb45 commit 84df358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository/src/main/resources/prod/application-repository.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spring:
99
show-sql: true
1010
database-platform: org.hibernate.dialect.MySQL8Dialect
1111
hibernate:
12-
ddl-auto: create
12+
ddl-auto: create #테이블 생성
1313
properties:
1414
hibernate:
1515
format_sql: true

0 commit comments

Comments
 (0)