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:
- 在quartz包的基础上,封装了新增、修改、删除和获取定时任务状态的功能,方便对多个定时任务的管理☆12Jun 22, 2018Updated 7 years ago
- 基于spring mvc+redis+logback+elk的日志demo☆12Feb 23, 2017Updated 9 years ago
- 基于Redis实现消息的定时推送☆11Aug 26, 2024Updated last year
- QPS流量控制starter☆29May 8, 2023Updated 2 years ago
- 算法和数据结构基础:手动实现常见的数组、队列、链表、二分搜索树、AVL、红黑树、B树、B+、跳跃表等基础数据结构☆10May 7, 2019Updated 6 years ago
- Android可穿戴设备 手表根据手表获取的心率测试当前的情绪,目前支持AndroidWear,TicWear系统的手表☆13Jun 16, 2016Updated 9 years ago
- 中国身份证校验Java版工具,支持15位转18位,地区校验,生日校验,检验码校验,男女识别,☆28Jan 10, 2019Updated 7 years ago
- mybatis-generator插件,生成基础dao和常见crud方法,支持mysql和oracle分页,实体类带注释☆10Aug 30, 2016Updated 9 years ago
- 在公司接了一个任务,完成一个项目数据同步的模块。要求是不能操作项目的数据库。怕操作不当,数据丢失。所以想到的方案是使用log4jdbc记录数据源的SQL语句到日志文件。然后按行读取日志文件中的数据,记录读取的Point,以便下次继续读取。读取的数据进入bigqueue队列,…☆12Aug 10, 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 8 months ago
- directui库。在duilib的基础上优化修改而成☆17Oct 25, 2012Updated 13 years ago
- Sample code, on how to use Netty to build a simple TCP Server/Client, Exchanging string messages☆11May 4, 2017Updated 8 years ago
- uw-dao包是一个封装数据库操作的类库,比hibernate效率高,比mybatis更简单,并一致化管理数据库连接池。☆12Jul 12, 2025Updated 8 months ago
- blog☆11Feb 4, 2026Updated last month
- netty+zk+quartz整合调度实例☆11Jan 14, 2021Updated 5 years ago
- 一个基于Java的开源游戏服务器框架实现,使用了Netty、ProtoBuf、Disruptor等☆27Mar 31, 2016Updated 9 years ago
- 进阶实战☆11Jun 30, 2021Updated 4 years ago
- CSipSimple plugin/library usage sample application☆24Dec 29, 2015Updated 10 years ago
- 完整视频播放app,完成用户会员体系,积分体系,视频分类体系,项目可运行,但后端服务器需要自己修改bmob基础配置即可 设计技术点:1.应用material design设计交互 2.集成腾讯x5 3.集成bmob后端云 4.手势密码锁 5.ButterKnife和ev…☆10Mar 3, 2018Updated 8 years ago
- 使用spring boot + netty进行搭建,主要做软件和智能硬件之间的通信框架,基于TCP长连接的socket通信。☆84Jul 20, 2023Updated 2 years ago
- castle-cloud是基于spring-cloud的一整套企业级开发平台,包含了用户、角色、权限、菜单等基础功能。☆12Mar 6, 2018Updated 8 years ago
- 使用 mybatis Interceptor 的一个数据权限工具包☆21May 9, 2019Updated 6 years ago
- Demonstration of the Java System.arraycopy type confusion vulnerability☆22Apr 23, 2014Updated 11 years ago
- java快速上手的网络IO框架,基于netty, google protobuf 数据传输协议,disruptor队列,zookeeper服务注册发现,支持心跳检测,断线重连,tcp连接池,注解分发消息。用于服务器间长连接通讯,可搭建分布式服务器以及分布式游戏。☆21Oct 4, 2022Updated 3 years ago
- 🔥基于netty和hessian的一个轻量级RPC调用框架☆25Feb 26, 2026Updated 3 weeks ago
- A high performance push server based on SpringBoot + ConcurrentHashMap + Netty☆16Oct 22, 2019Updated 6 years ago
- 大乐透分析 后期能加上机器学习预测彩票出号概率?☆11Dec 2, 2022Updated 3 years ago
- 一个简单的汽车展示小程序,能够预约订购,定位等☆10Oct 14, 2017Updated 8 years ago
- My blog☆15Oct 6, 2015Updated 10 years ago
- 开源框架JeeSite集成SpringBoot实例 1. springboot 2. mybatis 3. durid 4.多数据源 5. 单元测试 6. swagger 7. 跨域 8. api 支持xml&json 9 . jar 包分离 lib 轻量级部署 10. …☆20Nov 20, 2018Updated 7 years ago
- 微信公众号文章爬虫,根据大神代码修改,初次获取列表需要手动下拉☆19Sep 4, 2017Updated 8 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 …☆18Sep 5, 2022Updated 3 years ago
- Spring项目集成了消息队列-RabbitMQ,实现了普通消息订阅-发布模式的消息队列、延迟消息队列、定时发送消息等☆19Nov 17, 2017Updated 8 years ago
- (用于学习)实现一个简单的消息队列。☆32Nov 16, 2022Updated 3 years ago
- GEF Mindmap Tutorial☆10Jul 9, 2021Updated 4 years ago
- 一个超轻量级的RPC服务注册, 发现, 调用的框架. 使用Spring Boot管理Bean以及自动配置, 使用Netty处理网络请求, 使用ProtoStuff编解码, 使用Zookeeper作为服务注册和发现. 使用Quasar替代线程进行服务的调用.☆62Jul 7, 2017Updated 8 years ago
- 基于 ClosureTable 的数据库无限级分类示例。☆85Dec 27, 2025Updated 2 months ago
- 快速开发基于netty&springboot的TCP/UDP协议网关☆24Dec 8, 2018Updated 7 years ago
- Junit+Mockito+Assertj+h2+PowerMock+DbUnit+Cucumber+SpringBoot集成的demo☆24Nov 17, 2016Updated 9 years ago