Skip to content

java 开发工具集,包含网络,并发逻辑处理,csp队列,热更新加载器

License

Notifications You must be signed in to change notification settings

juebanlin/util4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

util4j

Version License JDK 1.8

简介

用于服务端开发的常用工具包,来源于平时游戏服务端开发所用到的公共组件,经过稳定的上线测试。

提供组件

  • netty网络客户端服务端
  • 缓存
  • CSP模型队列执行器(采用jctools实现高吞吐的任务处理)
  • 热更新框架
  • 字节操作工具
  • 加密解密

Maven

<dependency>
    <groupId>net.jueb</groupId>
    <artifactId>util4j</artifactId>
    <version>VERSION</version>
</dependency>

Gradle

compile 'net.jueb:util4j-all:VERSION'

About

java 开发工具集,包含网络,并发逻辑处理,csp队列,热更新加载器

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages