在spring boot jpa 中自定义sql,执行update操作报错解决办法:

在@Query(...)上添加

@Modifying
@Transactional
注解
04-27 00:38