摘要:
1.TxConfig package com.config; import com.alibaba.druid.pool.DruidDataSource; import org.springframework.context.annotation.Bean; import org.springfra 阅读全文
posted @ 2022-08-21 17:20
写代码的小哥哥
阅读(29)
评论(0)
推荐(0)
摘要:
1.事务介绍 1.1 事务添加到javaEE的service 1.2 声明式事务和编程试 1.3 声明式 xml 事务开发 注解方式 1.4 在Spring中进行事务开发底层用的aop原理 1.5 Spring事务管理Api 2. 步骤 1 注解配置 2.1 开启事务管理器 2.2 开始事务注解 2 阅读全文
posted @ 2022-08-21 13:20
写代码的小哥哥
阅读(46)
评论(0)
推荐(0)