# 源码框架专题 **Repository Path**: Kazk/topic-of-source-code-framework ## Basic Information - **Project Name**: 源码框架专题 - **Description**: 源码框架专题,包括主流的源码框架的实践,比如Spring、SpringMVC、Mybatis等 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-06 - **Last Updated**: 2022-05-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 源码框架专题 #### 介绍 源码框架专题,包括主流的源码框架的实践,比如Spring、SpringMVC、Mybatis等 #### 模块 详情见[语雀博客-源码框架专题](https://www.yuque.com/kazike-pgsbs/sgv726) 1. mybatis-demo 测试mybatis基本使用与源码阅读 2. spi 测试spi机制 3. spring-aop 测试Spring AOP的核心类使用;测试Spring框架AOP使用的几种方式 4. spring-core-concept 测试Spring ioc核心类的基本使用 5. spring-demo 简单手写spring ioc 6. spring-mybatis-demo 手写Mybatis整合Spring 7. spring-transaction-demo 测试Spring事务