We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a42786 + 4e788e1 commit ac3c687Copy full SHA for ac3c687
booklog/src/main/resources/application.yaml
@@ -22,7 +22,7 @@ spring:
22
# database-platform: org.hibernate.dialect.MySQLDialect # Hibernate?? ??? MySQL ??(dialect)
23
show-sql: true # ??? SQL ??? ??? ???? ?? ??
24
hibernate:
25
- ddl-auto: create # ?????? ?? ? ?????? ???? ??? ??
+ ddl-auto: update # ?????? ?? ? ?????? ???? ??? ??
26
properties:
27
28
format_sql: true # ???? SQL ??? ?? ?? ???
0 commit comments