# springframe-use-example **Repository Path**: katouhei/springframe-use-example ## Basic Information - **Project Name**: springframe-use-example - **Description**: spring框架使用示例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-20 - **Last Updated**: 2022-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springframe-use-example spring框架使用示例 ## demo-spring-data: 1、通过AOP切面和数据源路由类实现查询、编辑等操作数据库的读写分离; 2、AOP切面实现事务处理; 3、实现spring+redis的整合; ### 注:使用了AOP切面来处理读写分离、AOP切面实现事务,需要设置两个切面的先后执行顺序来处理;