一个mini Spring IOC实现
☆45Jan 7, 2018Updated 8 years ago
Alternatives and similar repositories for mini-springframework
Users that are interested in mini-springframework 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+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业…☆13Oct 29, 2017Updated 8 years ago
- jw, short for java web, 模仿spring, 实现一个简单可用的java web框架☆20Jun 20, 2022Updated 4 years ago
- 自己实现的一个精简版IoC容器☆18May 20, 2017Updated 9 years ago
- miniexcel主要是解决读写大数据量(上百w条记录)时导致的OOM问题。扩展性强、可玩性高、对于大数据量导入导出支持分页查询分页导出(避免一次性从数据库加载数据过多导致内存压力)!更多参见使用文档(Wiki)☆18Jul 30, 2021Updated 4 years ago
- 模拟Spring框架,实现IOC,AOP☆136Jul 4, 2017Updated 8 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.
- 自己实现的一个精简版Struts2框架☆14May 10, 2017Updated 9 years ago
- 轻松搞定微服务系列☆26Jul 15, 2019Updated 6 years ago
- python interpreter with Java☆26Oct 2, 2016Updated 9 years ago
- Java基于Netty,Protostuff和Zookeeper实现分布式RPC框架☆57Sep 1, 2018Updated 7 years ago
- Spring、Mybatis 等框架的手写实现☆21Mar 16, 2018Updated 8 years ago
- Tech Lead's markdown part, to record tech, debt, architecture, records etc. Tech Lead 的 markdown 工作集:技术、技术债、架构、架构记录……。☆20Mar 14, 2019Updated 7 years ago
- netty源码翻译,源码版本4.1.34.Final。目前common模块(主要是并发包)已完成注释,Codec包中也注释了部分,主要还是分享下Nettty的并发模块设计。☆16Oct 4, 2022Updated 3 years ago
- sample hello world topology with pom☆13Aug 27, 2013Updated 12 years ago
- write my own spring aop/ioc☆28Aug 12, 2019Updated 6 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 日常爬虫与脚本。不破解,硬cookie……☆12Dec 6, 2024Updated last year
- 基于 raft 实现的分布式内存 kv 存储框架,已完成日志、选举、日志复制、日志恢复、内存存储等模块,使用MVCC支持ACID☆24Jun 17, 2022Updated 4 years ago
- 遵循JT808协议的设备报文采集通讯服务,可以收发报文。☆18Jun 29, 2018Updated 8 years ago
- These are the codes that I practice on leetcode.com.☆11Nov 10, 2017Updated 8 years ago
- 第一届PolarDB数据库性能大赛代码。Java语言实现☆17Dec 22, 2018Updated 7 years ago
- 简易版Dubbo(RPC框架)☆30Dec 16, 2022Updated 3 years ago
- Tomasulo Simulator written in React as the project for Computer Architecture course, Spring 2019, Tsinghua University☆12Jun 9, 2019Updated 7 years ago
- Festvial是一个基于Vertx、Rxjava等开源库,拥 有IOC、AOP功能的响应式Web框架。☆51Mar 3, 2020Updated 6 years ago
- Multi-purpose OTP token generator written in C++ and Qt with encryption and System Tray Icon. Supports TOTP, HOTP, Authy and Steam and cu…☆10May 20, 2020Updated 6 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.
- 各种技能树/图的收集整理☆26Sep 7, 2016Updated 9 years ago
- Java面试题系列☆31Jul 31, 2018Updated 7 years ago
- CNBlog首页博客热度分析☆10May 10, 2016Updated 10 years ago
- 参加阿里第四届中间件性能大赛初赛代码,最终得分5756,dubbo-mesh☆16Oct 28, 2018Updated 7 years ago
- LeetCode题目分类与面试问题整理☆12Sep 11, 2020Updated 5 years ago
- Netty codec implementation for MQTT3 and MQTT5☆33Dec 1, 2018Updated 7 years ago
- The java ioc framework(从零开始手写模拟 spring Ioc 框架)☆37Nov 30, 2022Updated 3 years ago
- (Alternative) Visualizer for XState☆12Mar 2, 2023Updated 3 years ago
- Xmutca-rpc是一个基于netty开发的分布式服务框架,提供稳定高性能的RPC远程服务调用功能,支持注册中心,服务治理,负载均衡等特性,开箱即用。☆18Jun 17, 2022Updated 4 years ago
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- 用于根据配置模板,快速生成controller,service,serviceimpl 代码☆19Feb 2, 2021Updated 5 years ago
- A JMM Cookbook for Java Developers(as opposed to a cookbook for Compiler Writers)☆12Jun 13, 2014Updated 12 years ago
- Source code for 'Pro Spring Integration' by Josh Long, Dr Mark Lui, Mario Gray, and Andy Chan☆12Mar 28, 2017Updated 9 years ago
- 一个唐诗宋词的小程序☆12May 31, 2022Updated 4 years ago
- cloudtask web site☆29Apr 25, 2018Updated 8 years ago
- Classic programming problems with concrete cases and explanation☆13Nov 19, 2017Updated 8 years ago
- 仿照 tiny-spring 项目编写的的一个玩具级 spring 项目,实现了简单的 IOC 和 AOP 功能。☆92Oct 13, 2020Updated 5 years ago