hotkit-util

hotkits项目集合中的一员,hotkit-util封装了各种工具类。

License

License

GroupId

GroupId

com.github.wujiuye
ArtifactId

ArtifactId

hotkit-util
Last Version

Last Version

2021.002.RC
Release Date

Release Date

Type

Type

jar
Description

Description

hotkit-util
hotkits项目集合中的一员,hotkit-util封装了各种工具类。
Project URL

Project URL

https://github.com/wujiuye/hotkits
Source Code Management

Source Code Management

https://github.com/wujiuye/hotkits

Download hotkit-util

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.wujiuye/hotkit-util/ -->
<dependency>
    <groupId>com.github.wujiuye</groupId>
    <artifactId>hotkit-util</artifactId>
    <version>2021.002.RC</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wujiuye/hotkit-util/
implementation 'com.github.wujiuye:hotkit-util:2021.002.RC'
// https://jarcasting.com/artifacts/com.github.wujiuye/hotkit-util/
implementation ("com.github.wujiuye:hotkit-util:2021.002.RC")
'com.github.wujiuye:hotkit-util:jar:2021.002.RC'
<dependency org="com.github.wujiuye" name="hotkit-util" rev="2021.002.RC">
  <artifact name="hotkit-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wujiuye', module='hotkit-util', version='2021.002.RC')
)
libraryDependencies += "com.github.wujiuye" % "hotkit-util" % "2021.002.RC"
[com.github.wujiuye/hotkit-util "2021.002.RC"]

Dependencies

compile (2)

Group / Artifact Type Version
org.openjdk.jol : jol-core jar 0.10
com.github.oshi : oshi-core jar 3.9.1

Project Modules

There are no modules declared in this project.

hotkits

Java开发通用组件集合。

该项目包含的组件

  • hotkit-json:json适配器组件,让切换json解析框架只需要切换依赖包即可。使用方式见该模块下的README.MD
  • hotkit-json-adapter:hotkit-json-adapter是hotkit-json适配springbootstarter包,自动将webmvcwebfluxjson解析工作交给hotkit-json完成,以此让整个项目使用同一套json解析配置。使用方式见该模块下的README.MD
  • hotkit-redis:Redis客户端适配器组件,让切换Redis客户端框架只需要切换依赖包即可,提供反应式编程API。使用方式见该模块下的README.MD
  • hotkit-util:封装通用工具类,如加解密、SPI、反射、字符串、集合、多线程编程等
  • hotkit-spring-common:提供基于轮询的动态配置接口,实现自定义注解自动注入的后置处理器、多环境隔离的容器工厂

Versions

Version
2021.002.RC
2021.001.RC