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. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 在quartz包的基础上,封装了新增、修改、删除和获取定时任务状态的功能,方便对多个定时任务的管理☆12Jun 22, 2018Updated 8 years ago
- 基于spring mvc+redis+logback+elk的日志demo☆12Feb 23, 2017Updated 9 years ago
- 基于Redis实现消息的定时推送☆11Aug 26, 2024Updated last year
- 算法和数据结构基础:手动实现常见的数组、队列、链表、二分搜索树、AVL、红黑树、B树、B+、跳跃表等基础数据结构☆10May 7, 2019Updated 7 years ago
- Tcp长连接 Netty封装 功能:开启,关闭,自动重连设置,心跳设置等☆11Oct 11, 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.
- Android可穿戴设备 手表根据手表获取的心率测试当前的情绪,目前支持AndroidWear,TicWear系统的手表☆13Jun 16, 2016Updated 10 years ago
- mybatis-generator插件,生成基础dao和常见crud方法,支持mysql和oracle分页,实体类带注释☆10Aug 30, 2016Updated 9 years ago
- 在公司接了一个任务,完成一个项目数据同步的模块。要求是不能操作项目的数据库。怕操作不当,数据丢失。所以想到的方案是使用log4jdbc记录数据源的SQL语句到日志文件。然后按行读取日志文件中的数据,记录读取的Point,以便下次继续读取。读取的数据进入bigqueue队列,…☆12Aug 10, 2017Updated 9 years ago
- Sample code, on how to use Netty to build a simple TCP Server/Client, Exchanging string messages☆11May 4, 2017Updated 9 years ago
- blog☆11Feb 4, 2026Updated 6 months ago
- netty+zk+quartz整合调度实例☆11Jan 14, 2021Updated 5 years ago
- spring4.3.11+jetty9.4.6v20170531 h5版狼人杀游戏。包括:房间匹配模块,用户聊天模块(包括语音聊天),法官模块,角色分配模块☆12Oct 26, 2017Updated 8 years ago
- spring集成rabbitmq做消息服务☆12Feb 23, 2017Updated 9 years ago
- 一个基于Java的开源游戏服务器框架实现,使用了Netty、ProtoBuf、Disruptor等☆27Mar 31, 2016Updated 10 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.
- 🔥基于netty和hessian的一个轻量级RPC调用框架☆25May 31, 2026Updated 2 months ago
- 使用spring boot + netty进行搭建,主要做软件和智能硬件之间的通信框架,基于TCP长连接的socket通信。☆86Jul 20, 2023Updated 3 years ago
- 使用 mybatis Interceptor 的一个数据权限工具包☆21May 9, 2019Updated 7 years ago
- 这是针对大数据集优化了的双数组字典树,使得在大数据集上构建速度也比较满意,查询速度不随数据集的增加而增加,同时解决了数据集需要有序的要求.☆10Feb 7, 2018Updated 8 years ago
- Demonstration of the Java System.arraycopy type confusion vulnerability☆21Apr 23, 2014Updated 12 years ago
- java快速上手的网络IO框架,基于netty, google protobuf 数据传输协议,disruptor队列,zookeeper服务注册发现,支持心跳检测,断线重连,tcp连接池,注解分发消息。用于服务器间长连接通讯,可搭建分布式服务器以及分布式游戏。☆22Oct 4, 2022Updated 3 years ago
- My blog☆15Oct 6, 2015Updated 10 years ago
- 一个简单的汽车展示小程序,能够预约订购,定位等☆10Oct 14, 2017Updated 8 years ago
- 微信公众号文章爬 虫,根据大神代码修改,初次获取列表需要手动下拉☆18Sep 4, 2017Updated 8 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.
- 微信小程序预约日期日历,未来n天日期+星期提醒组件☆10Mar 24, 2020Updated 6 years ago
- JaMoPP can parse Java source and byte code into EMF-based models and vice versa. It preserves source formatting and can be used for code …☆20Mar 18, 2026Updated 4 months ago
- Junit+Mockito+Assertj+h2+PowerMock+DbUnit+Cucumber+SpringBoot集成的demo☆24Nov 17, 2016Updated 9 years ago
- 分布式零侵入式、链路式请求日志分析框架。提供Admin端点进行采集日志、分析日志、日志告警通知、服务性能分析等。通过Admin Ui可查看实时链路日志信息、在线业务服务列表。☆63Sep 16, 2022Updated 3 years ago
- (用于学习)实现一个简单的消息队列。☆33Nov 16, 2022Updated 3 years ago
- Spring项目集成了消息队列-RabbitMQ,实现了普通消息订阅-发布模式的消息队列、延迟消息队列、定时发送消息等☆19Nov 17, 2017Updated 8 years ago
- GEF Mindmap Tutorial☆10Jul 9, 2021Updated 5 years ago
- 一个超轻量级的RPC服务注册, 发现, 调用的框架. 使用Spring Boot管理Bean以及自动配置, 使用Netty处理网络请求, 使用ProtoStuff编解码, 使用Zookeeper作为服务注册和发现. 使用Quasar替代线程进行服务的调用.☆62Jul 7, 2017Updated 9 years ago
- 基于 ClosureTable 的数据库无限级分类示例。☆82Dec 27, 2025Updated 7 months 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.
- rabbitmq server cluster docker image☆29Jun 14, 2016Updated 10 years ago
- Hadoop Spark Kafak RabbitMQ Demos☆24Nov 11, 2016Updated 9 years ago
- 快速开发基于netty&springboot的TCP/UDP协议网关☆25Dec 8, 2018Updated 7 years ago
- 使用echarts做数据统计分析,支持折线图的添加、删除、编辑,后端使用spring+mybatis。☆18Jul 4, 2017Updated 9 years ago
- 基于spring boot + quartz + redis实现job任务调度,前端使用vue和element-ui实现页面控制台。☆13Jan 30, 2019Updated 7 years ago
- 基于zookeeper+quartz的分布式任务调度组件☆17Mar 26, 2019Updated 7 years ago
- 技术人的思维导图。涵盖计算机网络、操作系统、数据库系统、设计模式、Java基础、多线程编程等。☆21Aug 22, 2019Updated 6 years ago