仿照 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
- 基于 Zookeeper 实现的分布式锁,包含独占锁和读写锁两种实现(目前代码存在一些缺陷,详细参考 http://t.cn/EoTSaI2 评论区)☆29Oct 13, 2020Updated 5 years ago
- Java基于Netty,Protostuff和Zookeeper实现分布式RPC框架☆57Sep 1, 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.
- 面向单机与分布式 OLTP/OLAP 场景的可暂停的渐进式 SQL 引擎 (只用于研究)☆12May 11, 2023Updated 2 years ago
- 简易版Dubbo(RPC框架)☆30Dec 16, 2022Updated 3 years ago
- 模仿springmvc的轻量级web框架,适合学习和搭建小型web项目使用☆84Oct 7, 2017Updated 8 years ago
- API网关应用,统一提供WEB服务,实现标准化请求、接口协议转换、多版本管理、登录鉴权、流控、超时控制、调用监控、服务治理、接口测试工具等功能,减少服务端同学的重复开发工作,完成API的统一管理。☆22Dec 2, 2021Updated 4 years ago
- A tiny IoC container refer to Spring.☆4,089Nov 27, 2023Updated 2 years ago
- 一个mini Spring IOC实现☆45Jan 7, 2018Updated 8 years ago
- Netty4长连接网关☆25Nov 29, 2023Updated 2 years ago
- 基于Gin + Ant Design Pro的前后端分离管理系统的前端模块☆11Apr 7, 2025Updated last year
- cglib轻量化mvc框架(ioc+aop+mvc+orm+切面级事物)☆28Feb 26, 2018Updated 8 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.
- 自己动手写注解框架☆15Jul 31, 2016Updated 9 years ago
- 百度网盘不限速客户端, golang + qt5, 跨平台图形界面☆10Jul 8, 2019Updated 6 years ago
- ☆26Jun 27, 2018Updated 7 years ago
- 以【电商购物支付】作为当前分布式项目的业务功能,通过该项目完整实现并解决分布式服务下的【分布式事务】问题☆17Apr 29, 2018Updated 7 years ago
- 基于逐渐熟悉深入多线程,缓存,数据库,网络编程等相关内容 尝试着积累一些自己研究的工具集合或框架☆10Oct 1, 2016Updated 9 years ago
- An auto-reload module for python app.☆11Nov 12, 2014Updated 11 years ago
- ☆14Dec 11, 2022Updated 3 years ago
- multi-elevator System☆13Oct 24, 2017Updated 8 years ago
- 基于 Spring Boot 整合钉钉 Java SDK -- DtJava☆10Mar 8, 2021Updated 5 years ago
- Deploy open-source AI quickly and easily - Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- netty源码翻译,源码版本4.1.34.Final。目前common模块(主要是并发包)已完成注释,Codec包中也注释了部分,主要还是分享下Nettty的并发模块设计。☆16Oct 4, 2022Updated 3 years ago
- swift是一个轻量级的web框架,实现了 IOC、MVC、ORM、AOP、RabbitMQ 功能,并且已经可以使用,满足基 本的开发需要和学习使用,适合了解spring的基本原理。 未来将会逐步实现 安全管理 等功能。 如果你想观看源码,可以从 org.swift.fram…☆11Oct 24, 2023Updated 2 years ago
- 一款简易使用的orm框架☆10Mar 9, 2019Updated 7 years ago
- Alibaba's MQ, also aliyun ONS.☆21Aug 27, 2022Updated 3 years ago
- show the info of jvm memory☆11Mar 3, 2018Updated 8 years ago
- An Easy RPC framework based on Netty and Spring.☆25Jun 17, 2017Updated 8 years ago
- 演示springboot + mybatis或springjdbc集成CAT全链路监控☆12Mar 9, 2022Updated 4 years ago
- Java技术栈的各种框架和源码的讲解☆16Jun 21, 2022Updated 3 years ago
- The java ioc framework(从零开始手写模拟 spring Ioc 框架)☆37Nov 30, 2022Updated 3 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.
- rpc_learn Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 …☆19May 26, 2015Updated 10 years ago
- 手写简化版Web服务器☆132May 6, 2018Updated 7 years ago
- ☆11Sep 19, 2019Updated 6 years ago
- 基于redis的mybatis二级缓存插件☆18Jun 21, 2022Updated 3 years ago
- a concurrent framework from netty that contains: promise-framework, fastThreadLocal-framework, etc. 一个从netty抽取出来的通用并发框架,包含:promise-frame…☆17Aug 27, 2018Updated 7 years ago
- cron表达式转为中文描述☆10May 11, 2017Updated 8 years ago
- vue后台管理系统模板☆11Sep 5, 2022Updated 3 years ago