Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shigebeyond/jkutil
https://github.com/shigebeyond/jkutil
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/shigebeyond/jkutil
- Owner: shigebeyond
- Created: 2020-01-03T07:40:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T05:59:24.000Z (over 1 year ago)
- Last Synced: 2023-08-15T06:46:26.380Z (over 1 year ago)
- Language: Kotlin
- Size: 535 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[GitHub](https://github.com/shigebeyond/jkutil) | [Gitee](https://gitee.com/shigebeyond/jkutil)
# Jkutil
A bunch of idiomatic, small, general purpose tools.
一些常用的轻量的工具类
# 添加依赖
1. gradle
```
compile "net.jkcode:jkutil:1.9.0"
```2. maven
```net.jkcode
jkutil
1.9.0```
详细的工具类参考一下文档
# Document
1. [config](doc/config.md)
2. [validation_expression](doc/validation/validation_expression.md)
3. [validation](doc/validation/validation.md)# 中文文档
1. [k8s命名空间与应用名](doc/ns_app.cn.md)
2. [配置](doc/config.cn.md)
3. [基于zookeeper实现的远程配置](doc/zkconfig.cn.md)
4. [缓存](doc/cache.cn.md)
5. [锁](doc/lock.cn.md)
6. [序列化](doc/serializer.cn.md)
7. [校验器](doc/validation/validation.cn.md)
8. [校验表达式](doc/validation/validation_expression.cn.md)
9. [id生成器](doc/idworker.cn.md)
10. [http client](doc/http_client.cn.md)