springboot jpa update操作时报 Not supported for DML operations
问题
在使用jpa进行update操作时, 报Not supported for DML operations 错误
解决办法
在@query
注解上再加一个@Modifying
注解和@Transactional
注解。
springboot jpa update操作时报 Not supported for DML operations
http://icecreamzhao.github.io/back_skill_experience/java/spring/springboot/jpa/springboot-jpa-update-Not-supported-for-DML-operations.html