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:
- Spring、Mybatis 等框架的手写实现☆21Mar 16, 2018Updated 8 years ago
- 基于Netty的小型RPC框架☆15Dec 2, 2018Updated 7 years ago
- Easy to use automatic XML Parser built on NSXMLParser. Convert XML data into native 'Obj C object' easily.☆82Jul 29, 2016Updated 9 years ago
- 本项目是一个精简版的spring,通过自己实现一遍spring来理解spring框架的精华。☆12Jan 27, 2019Updated 7 years ago
- 利用kafka+storm+mysql/redis构建日志监控系统☆13May 6, 2018Updated 8 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- Netty+Protobuf实现游戏WebSocket通信实例-客户端和服务端☆23Oct 4, 2022Updated 3 years ago
- 一个mini Spring IOC实现☆45Jan 7, 2018Updated 8 years ago
- 菜菜的Java进阶之路:记录Java进阶相关知识、笔记以及案例,包括:JVM、并发编程、MySQL进阶、常用中间件等😆☆12Jun 9, 2025Updated last year
- 余弦相似度计算字符串相似率☆10Aug 20, 2018Updated 7 years ago
- 基于Java实现手写汉字识别系统,不使用机器学习的方法,而是使用0-1矩阵的文件来保存手写体的字形,再通过欧氏距离计算出可能的字符,是一个比较简单的手写识别系统,可以 比较准确的识别出大多数的常用汉字。☆15Aug 3, 2019Updated 6 years ago
- 基于微服务的消防物联网云平台☆23Nov 16, 2022Updated 3 years ago
- 仓库管理系统,前端使用BootStrap3+JQuery+JSP,后端使用Spring4+SpringMVC4+Mybatis3,数据库使用MySQL5.7,开发平台IntelliJ IDEA+open JDK1.8 amd64☆12Nov 18, 2018Updated 7 years ago
- FastMatchingEngine 是一款高性能的数字货币撮合引擎 POC 实现。该项目是用 Java 语言进行开发,无任何第三方依赖。☆13Dec 28, 2021Updated 4 years ago
- 《Spring5核心原理与30个类手写实战》随书代码示例工程☆460Dec 16, 2022Updated 3 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.
- 将json转换成Excel☆28Nov 17, 2020Updated 5 years ago
- 前后端分离实验性工具-API Mock-json-file-server☆10Aug 11, 2015Updated 10 years ago
- ☆60Oct 23, 2016Updated 9 years ago
- ☆17Jun 20, 2017Updated 8 years ago
- 地区与该地区编码的相互转换☆23Apr 4, 2024Updated 2 years ago
- 使用IntelliJ生成dao层代码☆11Jan 27, 2019Updated 7 years ago
- DamiBus,专为本地(单体)多模块之间交互解耦而设计(尤其是未知模块、隔离模块)。也是 DDD 开发的良配。瞬发 5000万/秒☆46Apr 13, 2026Updated 2 months ago
- frp client for HiWifi☆11May 29, 2018Updated 8 years ago
- 一个会PUA你的rpc框架☆21Apr 18, 2024Updated 2 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 出租车后台管理系统 集成百度地图API☆17Jul 10, 2017Updated 8 years ago
- ☆20Dec 25, 2013Updated 12 years ago
- A simple tool to check website status and notify via email.☆20Jan 19, 2015Updated 11 years ago
- 简单的高可扩展的促销引擎(简化版的插件化架构)☆17Sep 14, 2021Updated 4 years ago
- 处理海量数据的excel/dbf/csv文件,包括文件的读取和写入☆13Jan 13, 2020Updated 6 years ago
- WeChat Authentication inside WeChat app for Spring Security.☆13Jan 11, 2025Updated last year
- Ordermanagement system done with CUBA platform☆11Oct 7, 2019Updated 6 years ago
- Java library and utility for counting and analyzing words in text files with Java 8 lambdas and Java 7 Fork / Join.☆27Feb 24, 2013Updated 13 years ago
- The default pyim dict, this package is a **GNU ELPA** package.☆11Sep 23, 2024Updated last year
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- A sample of DDD and DCI in Go☆20Jul 28, 2019Updated 6 years ago
- Shared common model for Ecommerce.☆17Sep 17, 2019Updated 6 years ago
- Quick start Flask-restful framework base on Mysql.☆10Mar 13, 2022Updated 4 years ago
- 约拍小程序后端代码☆12Jan 20, 2021Updated 5 years ago
- 一个基于Servlet + GSON + VueElementAdmin 的自设计链式SQL查询,JSON前后端分离,继承制用户权限分离,简约有颜的原生无框架教务系统(JSP课程设计)☆12Feb 3, 2021Updated 5 years ago
- 基于canal.deployer-1.1.1-SNAPSHOT.tar,canal连接kafka,springboot消费kafka数据入hbase和ElasticSearch☆15Dec 19, 2018Updated 7 years ago
- 通过实现自己 RPC 的方式,学习对比 Dubbo、SOFARPC、Motan、ServiceComb 。☆38Jul 1, 2018Updated 7 years ago