SpringBoot项目。 主要是Netty与RabbitMq,包含服务与客户端,编码与解码器;定义了两个线程池一个用于netty,一个用于异步写日志。使用了自定义注解获取相应的handler。同时包含mysql、mongo、redis
☆17Jan 28, 2019Updated 7 years ago
Alternatives and similar repositories for SpringBootNetty
Users that are interested in SpringBootNetty are comparing it to the libraries listed below
Sorting:
- mybatis-generator插件,生成基础dao和常见crud方法,支持mysql和oracle分页,实体类带注释☆10Aug 30, 2016Updated 9 years ago
- 基于Redis实现消息的定时推送☆11Aug 26, 2024Updated last year
- uw-dao包是一个封装数据库操作的类库,比hibernate效率高,比mybatis更简单,并一致化管理数据库连接池。☆12Jul 12, 2025Updated 7 months ago
- 算法和数据结构基础:手动实现常见的数组、队列、链表、二分搜索树、AVL、红黑树、B树、B+、跳跃表等基础数据结构☆10May 7, 2019Updated 6 years ago
- 完整视频播放app,完成用户会员体系,积分体系,视频分类体系,项目可运行,但后端服务器需要自己修改bmob基础配置即可 设计技术点:1.应用material design设计交互 2.集成腾讯x5 3.集成bmob后端云 4.手势密码锁 5.ButterKnife和ev…☆10Mar 3, 2018Updated 7 years ago
- 在公司接了一个任务,完成一个项目数据同步的模块。要求是不能操作项目的数据库。怕操作不当,数据丢失。所以想到的方案是使用log4jdbc记录数据源的SQL语句到日志文件。然后按行读取日志文件中的数据,记录读取的Point,以便下次继续读取。读取的数据进入bigqueue队列,…☆12Aug 10, 2017Updated 8 years ago
- 基于spring mvc+redis+logback+elk的日志demo☆12Feb 23, 2017Updated 9 years ago
- 在quartz包的基础上,封装了新增、修改、删除和获取定时任务状态的功能,方便对多个定时任务的管理☆12Jun 22, 2018Updated 7 years ago
- springboot整合netty实现的sslsocket的demo,含业务解析器,报文加解码处理工具类☆17Mar 14, 2019Updated 6 years ago
- java快速上手的网络IO框架,基于netty, google protobuf 数据传输协议,disruptor队列,zookeeper服务注册发现,支持心跳检测,断线重连,tcp连接池, 注解分发消息。用于服务器间长连接通讯,可搭建分布式服务器以及分布式游戏。☆21Oct 4, 2022Updated 3 years ago
- 技术人的思维导图。涵盖计算机网络、操作系统、数据库系统、设计模式、Java基础、多线程编程等。☆20Aug 22, 2019Updated 6 years ago
- spring boot + netty + redis +mysql☆18Aug 31, 2017Updated 8 years ago
- 中国身份 证校验Java版工具,支持15位转18位,地区校验,生日校验,检验码校验,男女识别,☆28Jan 10, 2019Updated 7 years ago
- 使用 mybatis Interceptor 的一个数据权限工具包☆21May 9, 2019Updated 6 years ago
- Netty+Protobuf实现游戏WebSocket通信实例-客户端和服务端☆23Oct 4, 2022Updated 3 years ago
- 🔥基于netty和hessian的一个轻量 级RPC调用框架☆24Jul 31, 2025Updated 7 months ago
- seata demo,包括tcc模式(解决了幂等性问题,允许空回滚,拒绝空回滚后的操作),和at模式☆25Dec 13, 2020Updated 5 years ago
- 分布式零侵入式、链路式请求日志分析框架。提供Admin端点进行采集日志、分析日志、日志告警通知、服务性能分析等。通过Admin Ui可查看实时链路日志信息、在线业务服务列表。☆62Sep 16, 2022Updated 3 years ago
- QPS流量控制starter☆29May 8, 2023Updated 2 years ago
- 集防重复提交和接口限流功能于一体的一个spring boot的starter,开箱即用,简单方便,如果觉得好请给个Star 谢谢☆25Mar 31, 2021Updated 4 years ago
- Netty教程 - Netty是一个java开源框架。Netty提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。☆28Mar 14, 2017Updated 8 years ago
- mybatis3在spring中的分库分表☆26Mar 27, 2017Updated 8 years ago
- An EMF addon to generate a source structure to separate the model generated code from the overriden code☆15Jul 14, 2025Updated 7 months ago
- 扩展RedisTemplate,增加对布隆过滤器的支持☆29Feb 5, 2022Updated 4 years ago
- Decompiled source code of GhostCtrl. It’s not the original source code☆10Jul 26, 2017Updated 8 years ago
- 主流springboot后台开发框架,基本集成了所有能用到的功能,包含二维消息队列,数据库异步写入,MongoDB JPA 聚合查询,拦截器,RxJava,Retrofit使用等☆34Jul 16, 2023Updated 2 years ago
- 基于spring boot的日志系统组件,提供操作日志输出及记录功能☆10Mar 19, 2019Updated 6 years ago
- a tutorial for vert.x☆17Oct 9, 2018Updated 7 years ago
- 爬取商品评论并对商品评论进行情感分类☆10Aug 14, 2017Updated 8 years ago
- 自己编写RPC(动态代理+反射+zookeeper+netty通信),并结合Spring☆33Apr 23, 2019Updated 6 years ago
- 一个基于Java的开源游戏服务器框架实现,使用了Netty、ProtoBuf、Disruptor等☆27Mar 31, 2016Updated 9 years ago
- 此工程不更新了,请移步到最新的工程 https://github.com/xiangxik/castle-platform ,Based on servlet3.1, the realization of modular expansion of the java deve…☆24Nov 8, 2016Updated 9 years ago
- 2020届笔试面试题目汇总☆34Sep 21, 2019Updated 6 years ago
- 规则引擎测试☆10Feb 27, 2014Updated 12 years ago
- 一个基于ElasticSearch的业务日志记录工具☆10Nov 5, 2018Updated 7 years ago
- (用于学习)实现一个简单的消息队列。☆32Nov 16, 2022Updated 3 years ago
- spring redis框架过期时间注解支持☆10Oct 17, 2018Updated 7 years ago
- 大乐透分析 后期能加上机器学习预测彩票出号概率?☆11Dec 2, 2022Updated 3 years ago
- 基于SpringCloud-Gateway的动态网关,可视化的路由配置,请多多 star☆13Dec 10, 2022Updated 3 years ago