手写简易版仿Springboot框架,实现了IOC,AOP,MVC,Mybatis等模块,此外还实现事务管理,能够自动注入外置Jedis,Kafka等客户端,内嵌了tomcat服务器和Freemarker解析器,可进行简单的增删改查和实现动态页面。所有注解基本和Springboot的一毛一样,简单易用,代码简单结构清晰,有比较详细的代码注释。
☆28Oct 7, 2021Updated 4 years ago
Alternatives and similar repositories for MySpringImpl
Users that are interested in MySpringImpl are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 基于spark的推荐系统,包含离线召回模块、排序模块、服务模块、秒杀模块四个模块☆19Mar 5, 2021Updated 5 years ago
- huge list of database benchmark aerospike, clickhouse, cockroach, cockroachdb, cratedb, memsql, mysql, nuodb, postgresql, redis, scylladb…☆28May 19, 2025Updated last year
- Xmutca-rpc是一个基于netty开发的分布式服务框架,提供稳定高性能的RPC远程服务调用功能,支持注册中心,服务治理,负载均衡等特性,开箱即用。☆19Aug 14, 2026Updated last month
- 模仿Dubbo思想,自己实现的一个分布式RPC框架的Demo☆10Dec 16, 2022Updated 3 years ago
- 优惠券卡包系统,参考慕课网的课程,根据自己的理解进行实现☆10Jun 17, 2022Updated 4 years ago
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- A distributed crawler based on Golang.☆14Aug 19, 2018Updated 8 years ago
- 分布式卡包应用:用户子系统包含 优惠券库存功能实现、用户优惠券功能实现、领取优惠券功能实现、可用优惠券功能实现、已使用优惠券功能实现、用户所有的优惠券功能实现、用户使用优惠券功能实现、评论功能实现。 技术栈:Springboot+kafka+Redis+HBase☆15Mar 20, 2019Updated 7 years ago
- 简易jvm实现尝试☆11Dec 7, 2017Updated 8 years ago
- ☆53Oct 12, 2020Updated 5 years ago
- Netty从入门到实战,深入Netty底层原理,结合实战,打造百万级连 接的IM通讯软件。☆15Jun 12, 2022Updated 4 years ago
- This Capture the Flag game, developed during a two-month project phase for a University of Mannheim lecture, features a 2D chessboard map…☆12Jan 4, 2026Updated 8 months ago
- YOLOV3☆12Oct 20, 2020Updated 5 years ago
- 使用遗传算法解决一些问题☆12Oct 7, 2020Updated 5 years ago
- Gungnir是一个基于Spring,Netty,Zookeeper的轻量级分布式RPC服务框架☆10Oct 11, 2023Updated 2 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- ☆10Oct 4, 2019Updated 6 years ago
- 一个简单的RPC框架的实现☆818Mar 2, 2026Updated 6 months 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
- 基于 Netty + Zookeeper + Protostuff 的简易 RPC 框架☆49Sep 7, 2021Updated 5 years ago
- The distributed grid intelligence manages power transactions and attached physical devices.☆18Oct 13, 2019Updated 6 years ago
- a tiny database☆11Feb 16, 2016Updated 10 years ago
- java/netty implementation of rfc8441 - bootstrapping websockets with http/2; and websocket multiprotocol support(http1, http2).☆24Jun 26, 2026Updated 2 months ago
- Run some secret code invisible from debugger single step.(x86 process on x64 windows only)☆24Mar 13, 2020Updated 6 years ago
- A Simple RPC Framework☆16Dec 22, 2024Updated last year
- 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.
- Netty权威指南第二版源码☆12Mar 7, 2019Updated 7 years ago
- Minimal (and intuitive to use) coroutine implement in c☆18Jan 9, 2020Updated 6 years ago
- syscall hijacking in 2019☆13Feb 25, 2019Updated 7 years ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆68Nov 25, 2015Updated 10 years ago
- Teaching Assistant System。基于Spring Boot开发的教学辅助系统。☆41Apr 11, 2020Updated 6 years ago
- 校园易购--O2O☆35Sep 22, 2015Updated 10 years ago
- 我和一位全栈大佬的本科毕业设计-学院的实验课选课及实验室管理系统☆33Apr 6, 2020Updated 6 years ago
- 面向单机与分布式 OLTP/OLAP 场景的可暂停的渐进式 SQL 引擎 (只用于研究)☆12May 11, 2023Updated 3 years ago
- 🌏 Teddy is a tiny but scalable http server based on Java NIO, inspired by netty.☆11Dec 26, 2019Updated 6 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- 基于 netty 的 web 框架☆24Apr 1, 2020Updated 6 years ago
- 手写Spring框架☆53Jun 21, 2022Updated 4 years ago
- ☆19Jan 8, 2026Updated 8 months ago
- optimistic/pessimistic db lock, optimistic lock with retry feature.☆18Feb 14, 2019Updated 7 years ago
- 在手写的过程中学习 Mybatis 从解析、绑定、反射、缓存,到回话和事务操作,以及如何与 Spring 进行关联注册 Bean 对象,完成整合部分功能逻辑。通过这些内容的拆解实现,读者伙伴就可以非常清楚的知道这些核心功能都是如何实现的了,以后再阅读 Mybatis 源码也…☆133May 5, 2022Updated 4 years ago
- miniexcel主要是解决读写大数据量(上百w条记录)时导致的OOM问题。扩展性强、可玩性高、对于大数据量导入导出支持分页查询分页导出(避免一次性从数据库加载数据过多导致内存压力)!更多参见使用文档(Wiki)☆18Jul 30, 2021Updated 5 years ago
- 基于Docker容器的PaaS平台,提供容器、镜像、集群、监控等服务☆80Dec 1, 2018Updated 7 years ago