# spring08-aop **Repository Path**: taray/spring08-aop ## Basic Information - **Project Name**: spring08-aop - **Description**: spring AOP XML配置处理转账事务问题 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-03 - **Last Updated**: 2021-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. spring手写代码配置事务,让转账能够出问题时回滚。 2. 该项目完整处理了通过 SpringAOP的xml配置+事务 的方式,解决转账只提交一半数据的问题。(一方扣了钱,另一方没到账)