@Transcational 无效 什么情况
@Transcational 无效 什么情况
@Transcational 无效 什么情况
2018-03-26
这段代码:
spring:
jpa:
database: mysql
show-sql: true
hibernate:
ddl-auto: update
naming:
physical-strategy: org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
database-platform: org.hibernate.dialect.MySQL5InnoDBDialect #不加这句则默认为myisam引擎
或者建表之后修改表的引擎:
alter table girl engine =innodb;
举报