mirror of
https://gitee.com/jzsw-it/yexuejc-base.git
synced 2025-07-20 02:29:33 +08:00
1.1.7
This commit is contained in:
parent
763bc7b47a
commit
fd2d7a51bb
@ -7,21 +7,22 @@
|
|||||||
|
|
||||||
|
|
||||||
### 使用
|
### 使用
|
||||||
>yexuejc.base.version=1.1.6
|
>yexuejc.base.version=1.1.7
|
||||||
|
|
||||||
pom.xml
|
pom.xml
|
||||||
```
|
```
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.yexuejc</groupId>
|
<groupId>com.yexuejc.base</groupId>
|
||||||
<artifactId>yexuejc-base</artifactId>
|
<artifactId>yexuejc-base</artifactId>
|
||||||
<version>${yexuejc.base.version}</version>
|
<version>${yexuejc.base.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>jitpack.io</id>
|
<id>yexuejc-nexus-public</id>
|
||||||
<url>https://jitpack.io</url>
|
<name>yexuejc-nexus-public</name>
|
||||||
|
<url>https://nexus.yexuejc.club/repository/maven-public/</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
```
|
```
|
||||||
|
19
WIKI.md
19
WIKI.md
@ -1,9 +1,28 @@
|
|||||||
yexuejc-base 文档
|
yexuejc-base 文档
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
> com.yexuejc.base.constant
|
||||||
##### 1. RespsConsts 网络请求统一返回 常量
|
##### 1. RespsConsts 网络请求统一返回 常量
|
||||||
|
> com.yexuejc.base.http
|
||||||
##### 2. Resps 网络请求统一返回类
|
##### 2. Resps 网络请求统一返回类
|
||||||
|
> com.yexuejc.base.pojo
|
||||||
##### 3. ApiVO 接口交互API
|
##### 3. ApiVO 接口交互API
|
||||||
##### 4. BaseVO 基类VO
|
##### 4. BaseVO 基类VO
|
||||||
|
##### 5. PagerVO 分页VO
|
||||||
|
##### 6. ParamsPO 加密参数封装
|
||||||
|
> com.yexuejc.base.util
|
||||||
|
##### 7. AlgorithmUtils 算法工具类:进制转换
|
||||||
|
##### 8. DateTimeUtil 日期时间工具:基于`java.time.*`家族
|
||||||
|
##### 9. DateUtil 日期时间工具:基于`java.util.Date`家族
|
||||||
|
##### 10. ExcelImportUtils excel工具
|
||||||
|
##### 11. FileUtil 文件操作工具
|
||||||
|
##### 12. IdcardValidator 身份证工具
|
||||||
|
##### 13. JsonUtil json操作工具:基于`com.fasterxml.jackson`家族
|
||||||
|
##### 14. JwtUtil jwt库工具
|
||||||
|
##### 15. MapRemoveNullUtil map处理空值
|
||||||
|
##### 16. MoneyUtils 金额转换:元->分 分->元
|
||||||
|
##### 17. RegexUtils 常用正则
|
||||||
|
##### 18. StrUtil 字符串工具
|
||||||
|
##### 19. SysUtils 常用java系统操作封装
|
||||||
|
|
||||||
待完善......
|
待完善......
|
Loading…
x
Reference in New Issue
Block a user