File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -229,12 +229,22 @@ public User findFirstVIP2(List<User> userList) {
229229本项目自 4.x 起拟采用 《约定式提交 1.0.0》来规范代码提交,详情参见:[ https://www.conventionalcommits.org/zh-hans/v1.0.0/ ] ( https://www.conventionalcommits.org/zh-hans/v1.0.0/ ) 。
230230
231231## 使用
232- 本工具类库已发布至 Maven 中央仓库,当前最新版本为:** 3.14 .0** ,你可以通过如下 Maven 依赖配置引入本库:
232+ 本工具类库已发布至 Maven 中央仓库,当前最新版本为:** 4.0 .0** ,你可以通过如下 Maven 依赖配置引入本库:
233233
234234``` xml
235235<dependency >
236236 <groupId >me.codeplayer</groupId >
237237 <artifactId >ready-x</artifactId >
238- <version >3.14.0</version >
238+ <version >4.0.0</version >
239+ </dependency >
240+ ```
241+
242+ ** 3.x** 分支最新版本为 ** 3.15.0** ,你可以通过如下 Maven 依赖配置引入本库:
243+
244+ ``` xml
245+ <dependency >
246+ <groupId >me.codeplayer</groupId >
247+ <artifactId >ready-x</artifactId >
248+ <version >3.15.0</version >
239249</dependency >
240250```
You can’t perform that action at this time.
0 commit comments