让代码越写越少。
module | introduce |
---|---|
MyCrawler | 爬虫工具封装 |
MyExcel | 使用xml完全配置化Excel、Csv表格的模板生成,数据读取,数据导出 |
MyGenerator | MyBatis-Plus代码生成 |
MyUtil | 工具集 |
可以根据需求对每个模块单独引入,也可以通过引入My-Plugin
方式引入所有模块。
在项目的pom.xml的dependencies中加入以下内容:
<dependency>
<groupId>cn.renlm.plugins</groupId>
<artifactId>My-Plugin</artifactId>
<version>2.8.8</version>
</dependency>