美文网首页
spring boot 搭建框架 manytoone没生成外键约

spring boot 搭建框架 manytoone没生成外键约

作者: 杨彬霜是 | 来源:发表于2018-07-25 10:32 被阅读0次

jpa:

    database: MYSQL 

    show-sql: true 

    hibernate: 

      ddl-auto: update

    properties: 

      hibernate: 

        dialect: org.hibernate.dialect.MySQL5Dialect 

jpa:

    database: MYSQL 

    show-sql: true 

    hibernate: 

      ddl-auto: update

    properties: 

      hibernate: 

        dialect: org.hibernate.dialect.MySQL5InnoDBDialect    ( 主要原因在这里,   #如果不加这句则默认建表的时候为myisam引擎)

相关文章

网友评论

      本文标题:spring boot 搭建框架 manytoone没生成外键约

      本文链接:https://www.haomeiwen.com/subject/gntpmftx.html