羽化登峰

导航

 

2022年3月14日

摘要: spring 的事务传播级别就是AOP的体现,创建TransactionInterceptor和TransactionAspectSupport A. required:支持当前事务,如果当前没有事务,就新建一个事务,这是Spring默认的事务的传播 B. supports:支持当前事务,如果当前没 阅读全文
posted @ 2022-03-14 10:47 默默攀岩 阅读(52) 评论(0) 推荐(0)