Skip to content

Commit

Permalink
[doc] update mysql-change.md (#886)
Browse files Browse the repository at this point in the history
修改文档 缺少 ddl-auto: update 导致 mysql自动创建数据库

Signed-off-by: miss_z <58241726+weiwang988@users.noreply.github.com>
  • Loading branch information
weiwang988 authored Apr 15, 2023
1 parent 7b856c2 commit a5b0f55
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ spring:
jpa:
properties:
hibernate:
ddl-auto: update
dialect: org.hibernate.dialect.MySQL5InnoDBDialect
```

Expand Down

0 comments on commit a5b0f55

Please sign in to comment.