一个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:
- jw, short for java web, 模仿spring, 实现一个简单可用的java web框架☆20Jun 20, 2022Updated 4 years ago
- 基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业…☆13Oct 29, 2017Updated 8 years ago
- 自己实现的一个精简版IoC容器☆18May 20, 2017Updated 9 years ago
- miniexcel主要是解决读写大数据量(上百w条记录)时导致的OOM问题。扩展性强、可玩性高、对于大数据量导入导出支持分页查询分页导出(避免一次性从数据库加载数据过多导致内存压力)!更多参见使用文档(Wiki)☆18Jul 30, 2021Updated 5 years ago
- 2018 阿里巴巴中间件挑战赛 - Service Mesh Agent 题目设计☆11Sep 3, 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.
- Java基于Netty,Protostuff和Zookeeper实现分布式RPC框架☆57Sep 1, 2018Updated 7 years ago
- 一个基于java的多线程爬虫项目,拜读了《并发变成实战》以及《并发编程艺术》后决定写个项目来巩固一下学到的东西.☆27Nov 16, 2022Updated 3 years ago
- 阿里druid连接池剥离出来的sql解析代码☆12Jun 21, 2022Updated 4 years ago
- Spring、Mybatis 等框架的手写实现☆21Mar 16, 2018Updated 8 years ago
- netty源码翻译,源码版本4.1.34.Final。目前common模块(主要是并发包)已完成注释,Codec包中也注释了部分,主要还是分享下Nettty的并发模块设计。☆16Oct 4, 2022Updated 3 years ago
- Tech Lead's markdown part, to record tech, debt, architecture, records etc. Tech Lead 的 markdown 工作集:技术、技术债、架构、架构记录……。☆20Mar 14, 2019Updated 7 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
- 服务注册发现Eureka/Ribbon实验,极客时间微服务架构实践课程☆29Nov 3, 2018Updated 7 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.
- 第一届PolarDB数据库性能大赛代码。Java语言实现☆17Dec 22, 2018Updated 7 years ago
- ☆10Nov 7, 2017Updated 8 years ago
- 日常爬虫与脚本。不破解,硬cookie……☆12Dec 6, 2024Updated last year
- 华为云TaurusDB性能挑战赛复赛☆18Sep 18, 2021Updated 4 years ago
- 简易版Dubbo(RPC框架)☆30Dec 16, 2022Updated 3 years ago
- 基于 raft 实现的分布式内存 kv 存储框架,已完成日志、选举、日志复制、日志恢复、内存存储等模块,使用MVCC支持ACID☆24Jun 17, 2022Updated 4 years ago
- 遵循JT808协议的设备报文采集通讯服务,可以收发报文。☆18Jun 29, 2018Updated 8 years ago
- Festvial是一个基于Vertx、Rxjava等开源库,拥有IOC、AOP功能的响应式Web框架。☆51Mar 3, 2020Updated 6 years ago
- ☆12Oct 12, 2021Updated 4 years ago
- 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.
- 基于队列的任务调度及分发中间件,based on RocketMQ☆16Nov 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
- 各种技能树/图的收集整理☆25Sep 7, 2016Updated 9 years ago
- Xmutca-rpc是一个基于netty开发的分布式服务框架,提供稳定高性能的RPC远程服务调用功能,支持注册中心,服务治理,负载均衡等特性,开箱即用。☆18Jun 17, 2022Updated 4 years ago
- Java面试题系列☆31Jul 31, 2018Updated 8 years ago
- 用于根据配置模板,快速生成controller,service,serviceimpl 代码☆19Feb 2, 2021Updated 5 years ago
- (Alternative) Visualizer for XState☆12Mar 2, 2023Updated 3 years ago
- CNBlog首页博客热度分析☆10May 10, 2016Updated 10 years ago
- 参加阿里第四届中间件性能大赛初赛代码,最终得分5756,dubbo-mesh☆16Oct 28, 2018Updated 7 years ago
- 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.
- LeetCode题目分类与面试问题整理☆12Sep 11, 2020Updated 5 years ago
- oss-server是针对项目开发时提供的小型对象存储系统,开发者在针对文件上传时业务剥离,同时方便文件迁移,为满足单个项目,多个系统的情况下,提供统一的oss服务☆96Oct 18, 2018Updated 7 years ago
- 基于字母哥课堂的spring-security,把每个章节的功能独立出来☆15Aug 26, 2024Updated last year
- The java ioc framework(从零开始手写模拟 spring Ioc 框架)☆37Nov 30, 2022Updated 3 years ago
- 全新设计的mysql分库分表中间件。使用netty 4.1开发,基于spring boot/cloud提供管理接口。☆17Mar 31, 2021Updated 5 years ago
- Storm Kafka 流数据 处理系统☆20Oct 10, 2018Updated 7 years ago
- 一个唐诗宋词的小程序☆12May 31, 2022Updated 4 years ago