https://github.com/telzhou618/java-source-code
探究技术本质,手写各种框架源码。
https://github.com/telzhou618/java-source-code
dubbo java mybatis spring
Last synced: about 2 months ago
JSON representation
探究技术本质,手写各种框架源码。
- Host: GitHub
- URL: https://github.com/telzhou618/java-source-code
- Owner: telzhou618
- Created: 2021-06-06T13:33:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T07:35:57.000Z (over 4 years ago)
- Last Synced: 2025-01-20T20:49:57.098Z (over 1 year ago)
- Topics: dubbo, java, mybatis, spring
- Language: Java
- Homepage:
- Size: 175 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# java-source-code
探究技术本质,手写 java 各种框架源码。
## [mybatis](https://github.com/telzhou618/java-source-code/tree/main/mybatis)
手写mybatis
## [spring-ioc](https://github.com/telzhou618/java-source-code/tree/main/spring-ioc)
手写spring ioc 容器
## [spring-webmvc](https://github.com/telzhou618/java-source-code/tree/main/spring-webmvc)
手写 spring webmvc框架
## [dubbo](https://github.com/telzhou618/java-source-code/tree/main/dubbo)
手写 dubbo 框架
## [spring-aop](https://github.com/telzhou618/java-source-code/tree/main/spring-aop)
手写 AOP 框架