5-4随手记

spring注解事务是通过切面实现的,默认处理runtimeException

rollbackfor指定处理的异常类型

切面必须捕捉到异常才能回滚,回滚完将异常继续抛出

finally中return或throw会覆盖catch中的return或throw

你可能感兴趣的:(5-4随手记)