⚡简单的Java依赖注入框架,代码量少,实现了依赖注入和AOP。适合Spring源码的初学者掌握其核心原理
☆80Jan 13, 2019Updated 7 years ago
Alternatives and similar repositories for containerx
Users that are interested in containerx are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Flylib RPC framework基于protobuf编码协议☆40Nov 9, 2017Updated 8 years ago
- spring boo应用的通用架构(全局异常处理等机制)☆44Dec 7, 2017Updated 8 years ago
- 用java实现的算法 Algorithm implemented by Java☆35Apr 18, 2019Updated 7 years ago
- Java JWT解决分布式环境下的认证和session一致性问题☆45Dec 3, 2017Updated 8 years ago
- token登录模块, SpringBoot2. App的用户登陆后台☆112Jun 21, 2022Updated 3 years ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- 一致性哈希的redis分片存储 (Redis sharding by consistent-hashing)☆59Jul 31, 2018Updated 7 years ago
- Spring Cloud 2.X 最新实践. Gateway, Consul☆45Apr 8, 2019Updated 7 years ago
- APIDOC java implementation via ANTLR☆33Jan 14, 2018Updated 8 years ago
- 📶即时消息推送服务(即时通讯),基于Netty- Instant Messaging push service based on Netty☆164Jul 12, 2025Updated 10 months ago
- ☆21Oct 26, 2018Updated 7 years ago
- Java分布式系统架构。包括分布式锁,一致性哈希,分库分表,单点登录,缓存,消息队列等☆147Mar 27, 2019Updated 7 years ago
- 揭秘开发Java开源框架需要用到哪些技术。{name}-spring-boot-starter, ConnectionPool, ThreadLocal, 动态代理等的实现☆37Feb 2, 2024Updated 2 years ago
- ⭐星座空间App(社交类App)项目源码,包括Java后台、Android、管理后台的代码。自主研发了数据库分表、token权限认证☆244Jun 21, 2022Updated 3 years ago
- 系统运维后台,包括数据库开发和维护,网页编辑,Activity流程设计. A operation center backend.☆37Jan 18, 2019Updated 7 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.
- Spring Boot实现单点登录. Redis, JWT☆22Apr 5, 2019Updated 7 years ago
- Android登录注册(客户端+服务端)☆18Nov 30, 2016Updated 9 years ago
- 支付订单系统分表分库高并发实现☆13Mar 31, 2022Updated 4 years ago
- 阅读Spring源码☆14Apr 18, 2018Updated 8 years ago
- rocketmq后台管理,从阿里开源修改。换成rest风格访问,增加拦截器登录配置☆15Jul 1, 2016Updated 9 years ago
- JAVA RPC框架,基于netty,kryo,zookeeper 和 spring实现,可无缝接入Spring,客户端和服务器端均采用异步处理,实现20000+TPS。负载均衡策略为轮询。☆15May 25, 2017Updated 9 years ago
- spring cloud 测试工程☆11Jan 29, 2019Updated 7 years ago
- 轻量级权限验证中心易于部署,容器化, 微服务☆10Jun 29, 2022Updated 3 years ago
- Tomcat 自动部署脚本☆10May 9, 2016Updated 10 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.
- Yuan企业通用后台,快速实现微后台架构☆19Mar 7, 2018Updated 8 years ago
- Advanced fold methods for Kotlin☆12May 1, 2026Updated last month
- 使用ACT做的一个MQ小工具,目前包括redis,rocketmq,rabbitmq 三种MQ消息的接收与发送☆13May 13, 2019Updated 7 years ago
- 使用一 致性哈希consistent-hashing来实现分布式redis,基于spring使用的缓存工具☆14Aug 3, 2017Updated 8 years ago
- ☆42Jan 25, 2023Updated 3 years ago
- 高德地图爬虫。☆17Jul 29, 2016Updated 9 years ago
- 🎭 本专栏是作者小傅哥使用JavaFx、Netty4.x、SpringBoot、Mysql等技术栈和偏向于DDD领域驱动设计方式,搭建的仿桌面版微信实现通信核心功能。课程文章已发布到GitChat专栏,欢迎购买。如果本项目能为您 提供帮助,请给予支持(关注、⭐Star、分享…☆10Aug 17, 2021Updated 4 years ago
- Spring Security/Social框架 实现了社交登录/OAuth2协议/单点登录/动态权限/mvc异步处理等☆15Sep 11, 2021Updated 4 years ago
- Utility library for network protocols on the JVM☆14Updated this week
- 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.
- An auto-reload module for python app.☆11Nov 12, 2014Updated 11 years ago
- 轻量级orm框架,提供简单易用的api,30秒快速上手,文档地址:http://quick.zkp.kim☆13May 24, 2018Updated 8 years ago
- Spring源码深度解析笔记☆21Feb 27, 2018Updated 8 years ago
- 一款简易使用的orm框架☆10Mar 9, 2019Updated 7 years ago
- maat是一个分布式事务中间件,实现了基于可靠消息的最终一致性事务控制.其可靠消息服务通过独立消息服务方案实现,与业务系统耦合低,目前支持的MQ有RocketMQ☆12Dec 6, 2018Updated 7 years ago
- rocketmq 是由阿里巴巴开源出来的一个分布式消息服务器,rocketmq是在kafka的基础上进行重构,然后开发出来支撑阿里巴巴双十一高并发量的消息服务器。现在阿里巴巴已经将项目托管到apache基金会。 相较于ActiveMQ、kafka、RabbitMQ等开源…☆11Oct 13, 2020Updated 5 years ago
- Single Sign On (SSO) Example with JSON Web Token (JWT), Spring Boot☆10Mar 11, 2017Updated 9 years ago