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

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没生成外键约束)