Skip to content

Commit ac3c687

Browse files
authored
Merge pull request #43 from Project-BookLog/feat/2/login
update 변경
2 parents 0a42786 + 4e788e1 commit ac3c687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

booklog/src/main/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spring:
2222
# database-platform: org.hibernate.dialect.MySQLDialect # Hibernate?? ??? MySQL ??(dialect)
2323
show-sql: true # ??? SQL ??? ??? ???? ?? ??
2424
hibernate:
25-
ddl-auto: create # ?????? ?? ? ?????? ???? ??? ??
25+
ddl-auto: update # ?????? ?? ? ?????? ???? ??? ??
2626
properties:
2727
hibernate:
2828
format_sql: true # ???? SQL ??? ?? ?? ???

0 commit comments

Comments
 (0)