MyBatis中文详尽注释版。书籍《通用源码阅读指导书——MyBatis源码详解》配套注释版源码。
☆449Jul 22, 2023Updated 2 years ago
Alternatives and similar repositories for MyBatisCN
Users that are interested in MyBatisCN are comparing it to the libraries listed below
Sorting:
- 书籍《通用源码阅读指导书——MyBatis源码详解》配套示例☆173Apr 4, 2024Updated last year
- High-performance lightweight distributed permission system. 高性能轻量级分布式权限系统。☆60Dec 2, 2024Updated last year
- A tool that allows you to add, delete, and switch data sources while the program is running. 在程序运行过程中动态增删和切换数据源的工具。☆67Dec 2, 2024Updated last year
- mybatis源码中文注释☆4,777Jun 29, 2022Updated 3 years ago
- A powerful and easy-to-use operational logging system that supports analysis of changes in object properties. 强大且易用的操作日志记录系统,支持对象属性的变化分析。☆628Apr 17, 2023Updated 2 years ago
- 📚《Mybatis3源码深度解析》 随书源码☆189Dec 10, 2022Updated 3 years ago
- It's a MQ☆28Jul 26, 2016Updated 9 years ago
- 《Java异步编程实战》一书的代码示例☆66Jun 21, 2022Updated 3 years ago
- EasyRPC是一个远程过程调用(Remote Procedure Call,简称RPC)的最小实现。它使用极少的类、方法演示了RPC的实现原理,是一个学习RPC工作原理的良好示例。☆578Sep 27, 2024Updated last year
- 🌱《 Spring 手撸专栏》,本专栏以 Spring 源码学习为目的,通过手写简化版 Spring 框架,了解 Spring 核心原理。在手写的过程中会简化 Spring 源码,摘取整体框架中的核心逻辑,简化代码实现过程,保留核心功能,例如:IOC、AOP、Bean生命…☆4,899Jul 17, 2023Updated 2 years ago
- Java流行框架源码分析:Spring源码、SpringBoot源码、SpringAOP源码、SpringSecurity源码、SpringSecurity OAuth2源码、JDK源码、Netty源码☆3,730May 31, 2022Updated 3 years ago
- 📌 异步线程池框架,支持线程池动态变更&监控&报警,无需修改代码轻松引入。Asynchronous thread pool framework, support Thread Pool Dynamic Change & monitoring & Alarm, no nee…☆5,991Updated this week
- mybatis-mapper-example-springboot☆15Dec 12, 2021Updated 4 years ago
- 基于TCC分布式事务解决方案,tcctransaction for java 简单易用,欢迎加入交流☆13Jun 17, 2022Updated 3 years ago
- 《设计模式就该这样学,基于经典框架源码和真实业务场景》随书代码示例工程☆204Dec 16, 2022Updated 3 years ago
- Spring源码阅读☆13,772Mar 24, 2023Updated 2 years ago
- 企业级五金Saas孵化电商项目-直链网☆10Dec 16, 2022Updated 3 years ago
- mini-spring is a simplified version of the Spring framework that helps you quickly familiarize yourself with Spring source code and maste…☆6,345Feb 27, 2026Updated last week
- 😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等☆23,116Jan 9, 2026Updated last month
- 一个涵盖六个专栏:Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖,右上角来个 Star,感恩 1024☆20,070Apr 28, 2024Updated last year
- 《Netty4核心原理与手写RPC框架实战》随书代码示例工程☆278Jun 17, 2022Updated 3 years ago
- 基于spring boot的日志系统组件,提供操作日志输出及记录功能☆10Mar 19, 2019Updated 6 years ago
- 基于 jdk11 的源码注释仓库☆159Oct 13, 2020Updated 5 years ago
- JDK源码阅读笔记☆1,982Dec 3, 2020Updated 5 years ago
- 本代码库是作者小傅哥多年从事一线互联网 Java 开发的学习历程技术汇总,旨在为大家提供一个清晰详细的学习教程,侧重点更倾向编写Java核心内容。如果本仓库能为您提供帮助,请给予支持(关注、点赞、分享)!☆11,824Updated this week
- 书籍《Java 开发坑点解析:从根因分析到最佳实践》 & 极客时间专栏《Java业务开发常见错误100例》源码☆1,847Jan 5, 2024Updated 2 years ago
- 《重学Java设计模式》是一本互联网真实案例实践书籍。以落地解决方案为核心,从实际业务中抽离出,交易、营销、秒杀、中间件、源码等22个真实场景,来学习设计模式的运用。欢迎关注小傅哥,微信(fustack),公众号:bugstack虫洞栈,博客:https://bugsta…☆6,775May 10, 2024Updated last year
- 这是RedSpider社区成员原创与维护的Java多线程系列文章。☆4,622Dec 21, 2024Updated last year
- MyBatis SQL mapper framework for Java☆20,389Updated this week
- 《深度剖析Apache Dubbo技术内幕》一书Demo☆82Jun 29, 2022Updated 3 years ago
- ☆20Oct 13, 2020Updated 5 years ago
- 🥤 COLA: Clean Object-oriented & Layered Architecture☆12,909Jun 9, 2025Updated 8 months ago
- 📌 a missing Java std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits valu…☆8,264Dec 2, 2025Updated 3 months ago
- 循序渐进,学习Spring Boot、Spring Boot & Shiro、Spring Batch、Spring Cloud、Spring Cloud Alibaba、Spring Security & Spring Security OAuth2,博客Spring系列…☆29,013May 31, 2024Updated last year
- SpringBoot源码分析--项目里有超详细的中文代码注释,中文注释会随着每篇SpringBoot的源码分析文章的推出而更新,中文注释持续更新中...☆362Feb 22, 2023Updated 3 years ago
- 极客时间课程工程☆885Jul 6, 2023Updated 2 years ago
- 🍬A set of tools that keep Java sweet.☆30,334Feb 9, 2026Updated 3 weeks ago
- ☆36May 22, 2021Updated 4 years ago
- 🔥🔥🔥轻量级动态线程池,内置监控告警功能,集成三方中间件线程池管理,基于主流配置中心(已支持Nacos、Apollo,Zookeeper、Consul、Etcd,可通过SPI自定义实现)。Lightweight dynamic threadpool, with mon…☆4,743Jan 25, 2026Updated last month