《手写Mybatis:渐进式源码实践》 —— 作者:付政委(小傅哥)
☆134Nov 8, 2024Updated last year
Alternatives and similar repositories for book-small-mybatis
Users that are interested in book-small-mybatis are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 小傅哥的《Java 简明教程》- 【系统架构】DDD架构 https://bugstack.cn/md/road-map/road-map.html☆16Oct 4, 2024Updated last year
- ☆235Mar 5, 2023Updated 3 years ago
- MyBatis 是一款非常优秀的持久层框架,相对于IBatis更是精进了不少。与此同时它还提供了很多的扩展点,比如最常用的插件;语言驱动器,执行器,对象工厂,对象包装器工厂等等都可以扩展。那么,如果想成为一个有深度的男人(程序猿),还是应该好好的学习一下这款开源框架的源码,…☆20Dec 16, 2022Updated 3 years ago
- 《API网关:中间件设计和实践》—— 微服务设计,源码级体验!☆47Aug 14, 2022Updated 3 years ago
- 小霸王☆11Oct 24, 2022Updated 3 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- itstack-demo-frame☆12Dec 16, 2022Updated 3 years ago
- 领取驱动设计DDD{Domain-Driven Design}历史较长但随着 微服务的兴起DDD又活跃到开发工程师的视线。它提供的是一套架构设计思想,我们可以使用这套方法论将架构设计的尽可能做到高内聚、低耦合、可扩展性强的应用服务。那么本专题以DDD实战落地为根本,分章节设计…☆83Feb 11, 2026Updated 2 months ago
- fuzhengwei.github.io☆15Dec 14, 2022Updated 3 years ago
- 2019年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。☆13Jun 27, 2019Updated 6 years ago
- itstack-demo-drools☆10Jun 17, 2022Updated 3 years ago
- 「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!☆11Jul 6, 2022Updated 3 years ago
- 🌱《 Spring 手撸专栏》,本专栏以 Spring 源码学习为目的,通过手写简化版 Spring 框架,了解 Spring 核心原理。在手写的过程中会简化 Spring 源码,摘取整体框架中的核心逻辑,简化代码实现过程,保留核心功能,例如:IOC、AOP、Bean生命…☆4,903Jul 17, 2023Updated 2 years ago
- 《SpringBoot源码解读与原理分析》随书代码+PPT课件☆56Jul 22, 2023Updated 2 years ago
- 所有的 demo,包括源码、中间件使用姿势等。☆18Oct 17, 2022Updated 3 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- itstack-demo-iot-gatewary☆27Oct 4, 2022Updated 3 years ago
- 📝 Java 数据结构和算法 | Algorithms and data structures implemented in Java with explanations and links to further readings☆347Nov 1, 2023Updated 2 years ago
- GPT2 for Chinese chitchat/用于中文闲聊的GPT2模型(实现了DialoGPT的MMI思想)☆22Feb 18, 2023Updated 3 years ago
- 微信公众号:bugstack虫洞栈 | 专注于原创开发专题案例。跟着案例学Netty,Netty4.x案例从简单入门到应用实战,全篇37章节优秀案例+实战源码[基础篇(13)、中级篇(13)、高级篇(3章+)、源码分析篇],以上章节全部完成并不断持续更新中。欢迎关注公众号:…☆737Sep 19, 2024Updated last year
- ☆16Jun 21, 2022Updated 3 years ago
- 基于URule-2.1.5开源版本集成SpringBoot-2.0,基于内置源码的集成,方便直接二次开发。☆13Apr 4, 2018Updated 8 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,356Feb 27, 2026Updated 2 months ago
- Inventory backend for Ecommerce.☆15Sep 18, 2019Updated 6 years ago
- Java 面经手册,全书共计 5 章 29 节,417页11.5万字,耗时 4 个月完成。涵盖数据结构、算法逻辑、并发编程、JVM以及简历和互联网大厂面试等内容。☆1,600Feb 24, 2023Updated 3 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 本仓库以基于 docsify 构建的所见即所得博客,程序员👨🏻💻伙伴可以通过克隆仓库,配置基础的信息就可以拥有一个这样的博客了!☆80Feb 8, 2026Updated 3 months ago
- Easily to use mipush parallelly☆10Jan 3, 2018Updated 8 years ago
- 【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。☆26May 30, 2019Updated 6 years ago
- 一套涵盖大部分核心组件使用的Spring Cloud教程,包含微服务主流架构:包括Spring Cloud Alibaba及分布式事务Seata,全文检索ES,MYSQL同步组件CANAL,消息一致性队列:RabbitMQ和rocketMQ,分布式锁zookeeper及re…☆15Jun 3, 2021Updated 4 years ago
- mini-spring-cloud is a simplified version of the Spring Cloud framework that helps you quickly familiarize yourself with Spring Cloud sou…☆1,899Dec 19, 2025Updated 4 months ago
- MyBatis中文详尽注释版。书籍《通用源码阅读指导书——MyBatis源码详解》配套注释版源码。☆450Jul 22, 2023Updated 2 years ago
- C++STL编程☆17Dec 19, 2024Updated last year
- 微信公众号:bugstack虫洞栈 沉淀、分享、成长,专注于原创专题案例,以最易学习编程的方式分 享知识,让自己和他人都能有所收获。目前已完成的专题有;Netty4.x实战专题案例、用Java实现JVM、基于JavaAgent的全链路监控、手写RPC框架、架构设计专题案例[I…☆28Feb 24, 2026Updated 2 months ago
- ☆75Mar 13, 2023Updated 3 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- ☆44Apr 15, 2026Updated 3 weeks ago
- 支持10万人同时在线Go语言打造高并发web即时聊天(IM)应用☆12Feb 10, 2022Updated 4 years ago
- epoll emulation on cygwin☆11May 9, 2015Updated 11 years ago
- RoadMap —— Java后端开发技能路书☆1,132Apr 19, 2023Updated 3 years ago
- Benchmarks of new Java 8 things☆16Feb 11, 2014Updated 12 years ago
- ☆12May 16, 2021Updated 4 years ago
- 安琪拉的Java私房菜☆74Apr 12, 2021Updated 5 years ago