mini-spring 是仿写 Spring 的一个乞丐版 IOC/AOP 框架,总代码规范精炼,仅数百行,同时注释详细,可作为 Spring 框架学习教程。使用了 Java 反射、注解、动态代理等技术以及内嵌 tomcat 服务器,实现了 @Controller、@AutoWired、@Aspect、@Before 等常用注解。可实现简单的访问 uri 映射,控制反转以及不侵入原代码的面向切面编程。
☆113Oct 18, 2021Updated 4 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:
- JAVA多线程实用案例:利用CAS解决原子性、实现Callable创建线程(闭锁)、模拟CAS算法、CopyOnWriteArrayList写入并复制、CountDownLatch闭锁、同步锁Lock、多生产多消费、volatile关键字、线程按序交替、Executors线…☆10Jun 26, 2019Updated 7 years ago
- 基于Netty的小型RPC框架☆15Dec 2, 2018Updated 7 years ago
- 2018 阿里巴巴中间件挑战赛 - Service Mesh Agent 题目设计☆11Sep 3, 2018Updated 7 years ago
- 本项目是一个精简版的spring,通过自己实现一遍spring来理解spring框架的精华。☆12Jan 27, 2019Updated 7 years ago
- 手写简化版Web服务器☆132May 6, 2018Updated 8 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.
- 利用kafka+storm+mysql/redis构建日志监控系统☆13May 6, 2018Updated 8 years ago
- Netty+Protobuf实现游戏WebSocket通信实例-客户端和服务端☆23Oct 4, 2022Updated 3 years ago
- 一个mini Spring IOC实现☆45Jan 7, 2018Updated 8 years ago
- 通过注解实现模块组件化的一个框架☆15Mar 31, 2020Updated 6 years ago
- 菜菜的Java进阶之路:记录Java进阶相关知识、笔记以及案例,包括:JVM、并发编程、MySQL进阶、常用中间件等😆☆12Jun 9, 2025Updated last year
- 基于Java实现手写汉字识别系统,不使用机器学习的方法,而是使用0-1矩阵的文件来保存手写体的字形,再通过欧氏距离计算出可能的字符,是一个比较简单的手写识别系统,可以比较准确的识别出大多数的常用汉字。☆15Aug 3, 2019Updated 6 years ago
- 手撸一个简单的面向对象数据框架(工厂模式+泛型+注解+反射)☆16Nov 27, 2017Updated 8 years ago
- 使用SpringBoot集成Groovy混合Java开发一个极简的RestAPI。 数据库使用mysql,ORM层使用mybatis,模板引擎使用freemarker,构建工具使用Gradle。☆15Apr 15, 2017Updated 9 years ago
- 仓库管理系统,前端使用BootStrap3+JQuery+JSP,后端使用Spring4+SpringMVC4+Mybatis3,数据库使用MySQL5.7,开发平台IntelliJ IDEA+open JDK1.8 amd64☆12Nov 18, 2018Updated 7 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.
- FastMatchingEngine 是一款高性能的数字货币撮合引擎 POC 实现。该项目是用 Java 语言进行开发,无任何第三方依赖。☆13Dec 28, 2021Updated 4 years ago
- 简单粗糙的嵌入式web服务和mvc框架,可用于学习web服务器原理、mvc原理和http☆22Jun 17, 2022Updated 4 years ago
- 简单的手写Spring☆20May 18, 2026Updated last month
- 《Spring5核心原理与30个类手写实战》随书代码示例工程☆460Dec 16, 2022Updated 3 years ago
- 将json转换成Excel☆28Nov 17, 2020Updated 5 years ago
- netty l4 l7 proxy test☆13Nov 2, 2019Updated 6 years ago
- Developed multiple predictive models with 90% accuracy for forecasting the daily-hourly bike rental count using Python & Machine Learning…☆11May 7, 2021Updated 5 years ago
- Monaco editor about SQL with auto completion☆10May 11, 2023Updated 3 years ago
- 基于 raft 实现的分布式内存 kv 存储框架,已完成日志、选举、日志复制、日志恢复、内存存储等模块,使用MVCC支持ACID☆24Jun 17, 2022Updated 4 years ago
- Open source password manager - Proton Pass • AdSecurely store, share, and autofill your credentials with Proton Pass, the end-to-end encrypted password manager trusted by millions.
- ☆42Nov 16, 2022Updated 3 years ago
- Gungnir是一个基于Spring,Netty,Zookeeper的轻量级分布式RPC服务框架☆10Oct 11, 2023Updated 2 years ago
- ☆60Oct 23, 2016Updated 9 years ago
- All that you dreamed it was and more..☆10Jul 1, 2019Updated 7 years ago
- ☆17Jun 20, 2017Updated 9 years ago
- 使用IntelliJ生成dao层代码☆11Jan 27, 2019Updated 7 years ago
- 这是b站黑马程序员java视频的配套PPT,适合初学者配套视频使用,也用于复习Java期末☆16Dec 13, 2021Updated 4 years ago
- 一个会PUA你的rpc框架☆21Apr 18, 2024Updated 2 years ago
- POI实现Excel文件读写(导入导出)操作工 具类☆17Dec 25, 2018Updated 7 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.
- 出租车后台管理系统 集成百度地图API☆17Jul 10, 2017Updated 8 years ago
- A simple tool to check website status and notify via email.☆20Jan 19, 2015Updated 11 years ago
- 一个基于Netty+Zookeeper+Redis的分布式聊天室☆22Mar 26, 2019Updated 7 years ago
- 一个web性能比较项目☆17Dec 26, 2025Updated 6 months ago
- 处理海量数据的excel/dbf/csv文件,包括文件的读取和写入☆13Jan 13, 2020Updated 6 years ago
- 简单的高可扩展的促销引擎(简化版的插件化架构)☆17Sep 14, 2021Updated 4 years ago
- A cool and dynamic UI☆14Oct 18, 2019Updated 6 years ago