We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7674c83 commit c870b7aCopy full SHA for c870b7a
config/application.properties
@@ -25,6 +25,8 @@ spring.jpa.hibernate.ddl-auto=update
25
#spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
26
#spring.jpa.database=mysql
27
#spring.jpa.hibernate.ddl-auto=update
28
+## 遇到后面的报错时,请打开下面的注释:Storage engine MyISAM is disabled (Table creation is disallowed).
29
+##spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect
30
##*********************** mysql DB end ***************************
31
32
# PC快速登录兼容旧的版本。仅当已经有未支持PC快速登录的移动端上线了,需要兼容时打开此开关。
0 commit comments