仿照 tiny-spring 项目编写的的一个玩具级 spring 项目,实现了简单的 IOC 和 AOP 功能。
☆92Oct 13, 2020Updated 5 years ago
Alternatives and similar repositories for toy-spring
Users that are interested in toy-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:
- I/O 模型练手代码,分别使用阻塞式 I/O、select、poll 和 epoll 和 Java NIO 实现了简单的 HTTP Server☆48Apr 4, 2018Updated 8 years ago
- 学习netty。 微信公众号:匠心零度【关注获取更多精彩历史】☆18Nov 2, 2019Updated 6 years ago
- 系统的整理Spring知识点☆13Feb 2, 2024Updated 2 years ago
- 开源框架之手写系列,主要手写了springmvc,mybatis,rpc框架的实现,目前是跟着简书上一位博主的博客进行练习,先学习一下后期在做功能性的扩展。有兴趣的同学可以参考博主的博客学习一下,加深一下自己对开源框架底层实现的掌握☆11Jan 3, 2018Updated 8 years ago
- Java基于Netty,Protostuff和Zookeeper实现分布式RPC框架☆57Sep 1, 2018Updated 7 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- 简易版Dubbo(RPC框架)☆30Dec 16, 2022Updated 3 years ago
- 面向单机与分布式 OLTP/OLAP 场景的可暂停的渐进式 SQL 引擎 (只用于研究)☆12May 11, 2023Updated 3 years ago
- 模仿springmvc的轻量级web框架,适合学习和搭建小型web项目使用☆85Oct 7, 2017Updated 8 years ago
- API网关应用,统一提供WEB服务,实现标准化请求、接口协议转换、多版本管理、登录鉴权、流控、超时控制、调用监控、服务治理、接口测试工具等功能,减少服务端同学的重复开发工作,完成API的统一管理。☆22Dec 2, 2021Updated 4 years ago
- 一个mini Spring IOC实现☆45Jan 7, 2018Updated 8 years ago
- Netty4长连接网关☆25Nov 29, 2023Updated 2 years ago
- cglib轻量化mvc框架(ioc+aop+mvc+orm+切面级事物)☆30Feb 26, 2018Updated 8 years ago
- 自己动手写注解框架☆15Jul 31, 2016Updated 10 years ago
- ☆26Jun 27, 2018Updated 8 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 基于逐渐熟悉深入多线程,缓存,数据库,网络编程等相关内容 尝试着积累一些自己研究的工具集合或框架☆10Oct 1, 2016Updated 9 years ago
- An auto-reload module for python app.☆11Nov 12, 2014Updated 11 years ago
- 百度网盘不限速客户端, golang + qt5, 跨平台图形界面☆10Jul 8, 2019Updated 7 years ago
- 厮大牛逼☆63Nov 14, 2025Updated 9 months ago
- netty源码翻译,源码版本4.1.34.Final。目前common模块(主要是并发包)已完成注释,Codec包中也注释了部分,主要还是分享下Nettty的并发模块设计。☆16Oct 4, 2022Updated 3 years ago
- Repository for chainer operator☆17Nov 14, 2021Updated 4 years ago
- A selection of projects that shows how to use various parts of JavaLite☆16Feb 21, 2024Updated 2 years ago
- 一款简易使用的orm框架☆10Mar 9, 2019Updated 7 years ago
- swift是一个轻量级的web框架,实现了 IOC、MVC、ORM、AOP、RabbitMQ 功能,并且已经可以使用,满足基本的开发需要和学习使用,适合了解spring的基本原理。 未来将会逐步实现 安全管理 等功能。 如果你想观看源码,可以从 org.swift.fram…☆11Oct 24, 2023Updated 2 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- a fast, scalable, multi-language and extensible build system☆16Apr 30, 2019Updated 7 years ago
- 基于 Spring Boot 整合钉钉 Java SDK -- DtJava☆10Mar 8, 2021Updated 5 years ago
- multi-elevator System☆13Oct 24, 2017Updated 8 years ago
- show the info of jvm memory☆11Mar 3, 2018Updated 8 years ago
- rpc_learn Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 …☆19May 26, 2015Updated 11 years ago
- 演示springboot + mybatis或springjdbc集成CAT全链路监控☆12Mar 9, 2022Updated 4 years ago
- 基于redis的mybatis二级缓存插件☆18Jun 21, 2022Updated 4 years ago
- 一个基于raft算法实现的分布式K-V存储系统☆19Jun 17, 2022Updated 4 years ago
- 秒杀系统的设计与实现☆14Jun 17, 2022Updated 4 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.
- A MVP implementation of distributed query engine cut from datafusion-ballista codebase for learning purpose.☆12Jan 10, 2025Updated last year
- 《一本小小的MyBatis源码分析书》一书的附属代码☆126Dec 16, 2022Updated 3 years ago
- redis 1.0源码注解☆59Apr 26, 2019Updated 7 years ago
- 一个java实现的简单的web服务器,主要目的是为了理解web服务器的工作原理。http请求的接收和返回使用JDK自带的HttpServer,请求处理和页面解析是自己实现的。目前已经能够支持web服务器一些基本的功能。☆90Aug 10, 2014Updated 12 years ago
- ☆11Nov 4, 2022Updated 3 years ago
- A compiler written in Java to compile a subset of instructions called MiniJava.☆10Apr 20, 2015Updated 11 years ago
- netty☆18Sep 21, 2019Updated 6 years ago