Springboot MySQL 事務回滾

一、properties配置:java spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect   二、Service註解spring @Transactional(rollbackOn = {IllegalArgumentException.class}) public void s
相關文章
相關標籤/搜索