介绍 ( 版本>1.2.1 )
zebra-spring-boot-extension-dependencies 适配了一些开源库
第三方库
| 名称 | 版本 | 描述 |
|---|---|---|
| lock4j | 2.2.7 | 分布式锁 |
| disruptor | 2.7.x.20240823.RELEASE | 异步处理框架 |
| eclipse-collections | 12.0.0.M3 | |
| fast-retry | 0.0.2 | 重试框架 |
| hppc | 0.10.0 | 集合库 |
| ip2region | 2.7.0 | |
| jdframe | 0.0.2 | |
| kilim | 2.0.0 | |
| pinyin | 0.4.0 | |
| roguemap | 1.0.0-BETA2 | |
| sensitive-word | 0.15.0 | |
| spel-validator | 0.5.0-beta | |
| weixin4j | 2.0.0 | |
| word-checker | 1.1.0 | |
| yitter | 1.0.6 |
快速开始
使用方法:
xml
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.github.zhanghongbin</groupId>
<artifactId>zebra-spring-boot-extension-dependencies</artifactId>
<version>1.2.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>