自己实现一个简单的IOC,非常的简单,当然也少不了依赖注入
☆40Dec 24, 2018Updated 7 years ago
Alternatives and similar repositories for simpleIoc
Users that are interested in simpleIoc are comparing it to the libraries listed below
Sorting:
- 从paxos到zookeeper 分布式一致性原理与实践 源码☆13Oct 23, 2017Updated 8 years ago
- Springboot读写分离,其实这个是在代码上面处理,实现动态数据源通过反射,AOP方式进行切换。其实在数据库方面,要做到主从同步。可以参照我的博客配置主从同步(MYSQL)https://jordenlwq.github.io/2017/12/06/hello-worl…☆16Apr 2, 2018Updated 7 years ago
- netty源码翻译,源码版本4.1.34.Final。目前common模块(主要是并发包)已完成注释,Codec包中也注释了部分,主要还是分享下Nettty的并发模块设计。☆16Oct 4, 2022Updated 3 years ago
- 使用 Netty 自己写了一个 RPC☆19Dec 22, 2018Updated 7 years ago
- 关注国内外k12先进教育理念的思考与分享☆18Dec 5, 2016Updated 9 years ago
- Xmutca-rpc是一个基于netty开发的分布式服务框架,提供稳定高性能的RPC远程服务调用功能,支持注册中心,服务治理,负载均衡等特性,开箱即用。☆19Jun 17, 2022Updated 3 years ago
- 深入剖析tomcat (How Tomcat Works)源码☆125Dec 22, 2018Updated 7 years ago
- 学习tomcat源码☆78Dec 22, 2018Updated 7 years ago
- 优秀软件与架构设计模式资源收集。包含10种常见的软件架构模式、GoF设计模式、云架构模式、微服务和分布式系统、大数据、数据库等☆23Jul 5, 2018Updated 7 years ago
- Festvial是一个基于Vertx、Rxjava等开源库,拥有IOC、AOP功能的响应式Web框架。☆49Mar 3, 2020Updated 5 years ago
- cglib轻量化mvc框架(ioc+aop+mvc+orm+切面级事物)☆28Feb 26, 2018Updated 8 years ago
- 基于 netty 的 web 框架☆24Apr 1, 2020Updated 5 years ago
- write my own spring aop/ioc☆28Aug 12, 2019Updated 6 years ago
- 分布式延时队列,支持延时触发和计数触发。基于spi技术实现消息持久方案的扩展性,目前已实现基于redis的持久化方案。☆30Oct 14, 2018Updated 7 years ago
- 这是一个 Nginx 极简教程,目的在于帮助新手快速入门 Nginx。☆25Jan 29, 2019Updated 7 years ago
- 穿透内网的端口转发工具☆25Apr 8, 2019Updated 6 years ago
- 爬取商品评论并对商品评论进行情感分类☆10Aug 14, 2017Updated 8 years ago
- 基于spring boot的日志系统组件,提供操作日志输出及记录功能☆10Mar 19, 2019Updated 6 years ago
- a tutorial for vert.x☆17Oct 9, 2018Updated 7 years ago
- Example usage of the Disruptor API☆57Mar 22, 2013Updated 12 years ago
- 基于Spring Boot+WebSocket(STOMP) web聊天系统。支持点对点和广播发送消息,Spring Security 单点登录验证☆13Feb 25, 2019Updated 7 years ago
- 规则引擎测试☆10Feb 27, 2014Updated 12 years ago
- 一个小型的 Java Web 服务端封装☆14May 18, 2019Updated 6 years ago
- 基于SpringCloud-Gateway的动态网关,可视化的路由配置,请多多 star☆13Dec 10, 2022Updated 3 years ago
- 这是居于 derby 源代码,通过删减的方式,从里面抽取出sql解析功能。并在此基础上开发出跨库连接查询器。通过该工具可以将连接查询分割成多个单表查询,再将单表结果集进行连接,即将数据库的连接功能上移到工具执行。详情可以查看wiki:readme☆10Feb 14, 2017Updated 9 years ago
- spring redis框架过期时间注解支持☆10Oct 17, 2018Updated 7 years ago
- 一个基于ElasticSearch的业务日志记录工具☆10Nov 5, 2018Updated 7 years ago
- Memory and GC cheap collections☆12Jun 29, 2015Updated 10 years ago
- mybatis-generator插件,生成基础dao和常见crud方法,支持mysql和oracle分页,实体类带注释☆10Aug 30, 2016Updated 9 years ago
- The java ioc framework(从零开始手写模拟 spring Ioc 框架)☆36Nov 30, 2022Updated 3 years ago
- java版的http服务器,替代Tomcat、jetty的超轻量级方案☆35Feb 1, 2022Updated 4 years ago
- The ORIGINAL decrypted copies of the Shadow Broker's Don't Forget Your Base release. Contains Equation group's collection of tools primar…☆18Jan 29, 2018Updated 8 years ago
- mybatis用redis做二级缓存demo☆10Aug 13, 2018Updated 7 years ago
- 百万连接测试☆10May 26, 2014Updated 11 years ago
- 基于openresty + Lua开发的一套API网关系统☆12Dec 7, 2023Updated 2 years ago
- Examples for the presentation of a Java Annotation Processors.☆10Feb 4, 2014Updated 12 years ago
- My some peice code of algorithm solution.☆10Sep 3, 2017Updated 8 years ago
- 关于disruptor原理及源码的学习☆11Sep 29, 2019Updated 6 years ago
- RSA算法是现代安全技术的基石,通过自己学习,利用JAVA代码实现其功能,项目中只有RSA的核心代码☆10Feb 20, 2021Updated 5 years ago