mini-spring 手写简易Spring,分为两个版本,一个为简易版,通过30个类实现了各种功能,便于理解。一个为规范版,按照Spring源码实现的设计模式来进行构造的。代码中都具有注释,可以学习spring进行参考。
☆23Jul 23, 2023Updated 2 years ago
Alternatives and similar repositories for mini-spring
Users that are interested in mini-spring are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- The simple mybatis.(手写简易版 mybatis)☆29Oct 22, 2023Updated 2 years ago
- 基于美团Leaf改造后的分布式Id解决方案,仅提供Snowflake雪花ID模式。支持Zookeeper集群,轻松融合SpringBoot并提供Docker版本,开箱即用。☆24Aug 18, 2020Updated 5 years ago
- 基于 Springboot Vue2 实战开发的一套完整的博客管理系统 ! 请你点一个星星 star 鼓励我,感谢!☆10Apr 23, 2024Updated last year
- Minimal moustache implementation for micro controllers☆10Dec 21, 2023Updated 2 years ago
- a simple java virtual machine implemented by pure Java☆15Apr 14, 2018Updated 8 years ago
- Wordpress hosting with auto-scaling - Free Trial • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- EasyExcel国际化demo,对导入、导出表头做国际化☆11Jul 7, 2023Updated 2 years ago
- Daffodil provides native multi-targeting platform toolsets for Visual Studio 2010 C++ developers who need to target older versions of Vis…☆17Nov 11, 2022Updated 3 years ago
- java简单实现一些机器学习算法☆13Dec 10, 2020Updated 5 years ago
- Minimal web framework, implemented in Java, resembling node.js+express.☆13Jul 7, 2022Updated 3 years ago
- a tiny database☆11Feb 16, 2016Updated 10 years ago
- ueditor整合springboot 上传文件到本地☆20May 13, 2019Updated 6 years ago
- A minimal Operating System implementation☆13Jul 20, 2020Updated 5 years ago
- 用来辅助分析VB程序的IDA插件☆25Dec 28, 2020Updated 5 years ago
- OCR toolkit based on PaddlePaddle (基于飞桨的OCR工具库,包含总模型仅8.6M的超轻量级中文OCR,同时支持多种文本检测、文本识别的训练算法、服务部署和端侧部署)☆16Jul 17, 2020Updated 5 years ago
- Wordpress hosting with auto-scaling - Free Trial • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- A lightweight standalone Java JDBC connection pool manager☆13Jan 18, 2022Updated 4 years ago
- miniexcel主要是解决读写大数据量(上百w条记录)时导致的OOM问题。扩展性强、可玩性高、对于大数据量导入导出支持分页查询分页导出(避免一次性从数据库加载数据过多导致内存压力)!更多参见使用文档(Wiki)☆18Jul 30, 2021Updated 4 years ago
- A Java SocketChannel implementation that uses a provided Proxy instance to set up a network connection via provided proxy.☆17Feb 26, 2015Updated 11 years ago
- A tiny deep learning library written in Java☆27Feb 12, 2023Updated 3 years ago
- tiny sql parser☆44Oct 6, 2022Updated 3 years ago
- Implementation of OpenGL 1.1 compatible API in JavaScript.☆56Jan 2, 2024Updated 2 years ago
- A tiny dependency resolver for Java☆31Feb 22, 2022Updated 4 years ago
- 【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。☆26May 30, 2019Updated 6 years ago
- ☆23Dec 19, 2018Updated 7 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- A by-the-book small but fully functional compiler written in Java☆30Mar 21, 2013Updated 13 years ago
- A Tiny Programming Language☆37Jan 24, 2017Updated 9 years ago
- tiny Java compiler☆28Mar 4, 2020Updated 6 years ago
- Tiny Simple Http Forward Proxy in Java☆21Aug 12, 2021Updated 4 years ago
- 使用java操作图片,可以实现java画个性化海报,并且提供了Thumbnailator的使用demo☆33Dec 27, 2020Updated 5 years ago
- MiniJava compiler, for CPSC 411.☆38Jun 10, 2010Updated 15 years ago
- TINY-RPC☆27May 26, 2023Updated 2 years ago
- 手写简易版仿Springboot框架,实现了IOC,AOP,MVC,Mybatis等模块,此外还实现事务管理,能够自动注入外置Jedis,Kafka等客户端,内嵌了tomcat服务器和Freemarker解析器,可进行简单的增删改查和实现动态页面。所有注解基本和Spring…☆27Oct 7, 2021Updated 4 years ago
- 简易编译器实现,最终翻译成伪汇编代码☆33Nov 21, 2021Updated 4 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Stack based Virtual Machine and JIT compiler built during the Programming Language Masterclass☆61Mar 19, 2014Updated 12 years ago
- Java implementation of a mini Spark-like framework named MiniSpark that can run on top of a HDFS cluster. MiniSpark supports operators in…☆36Jul 28, 2017Updated 8 years ago
- 对HBase的API做了一层抽象,统一了HBase1.x和HBase2.x的实现,并提供了读写HBase的ORM的支持,同时,sdk还对HBase thrift 的客户端API进行了池化封装,(类似JedisPool),消除了直接使用原生API的各种问题,使之可以在生产环境…☆21Aug 3, 2023Updated 2 years ago
- 🔥🔥🔥AirPower-Transformer 是一个基于 TypeScript 的数据转换器,提供了从 JSON 对象到 类实例 对象之间互相转换的系列装饰器和方法。☆52Mar 6, 2026Updated last month
- 基于AgeiPort的分布式导出框架的集成使用,用于导出与处理大批量数据,可用作分布式学习使用或参考☆83Sep 10, 2025Updated 7 months ago
- A mini Tomcat☆48Sep 5, 2022Updated 3 years ago
- 🚀 IT 学习笔记(推荐),Mysql,Git,Java,Linux,Shell,docker,Nginx,Maven ......☆380Jul 13, 2024Updated last year