Skip to content

Latest commit

 

History

History
executable file
·
20 lines (19 loc) · 877 Bytes

README.md

File metadata and controls

executable file
·
20 lines (19 loc) · 877 Bytes

Build Status Maven Central common_utils

公共帮助类,工具包括文件工具、字符串工具、文件工具、注解工具,公共平台包括百度ip查询,其他的暂未加入。 maven依赖配置:

<dependency>
    <groupId>com.xiongyingqi</groupId>
    <artifactId>common_utils</artifactId>
    <version>${common_utils.version}</version>
</dependency>

common_helper

基本帮助类

EntityHelper: 实体帮助类

如果使用EntityHelper.print(); 则打印到控制台时能找到是那一行输出的。