My-Plugin 插件

简介

让代码越写越少。

源码地址

https://gitee.com/renlm/MyPlugin.git
https://github.com/renlm/MyPlugin.git

包含组件

moduleintroduce
MyCrawler爬虫工具封装
MyExcel使用xml完全配置化Excel、Csv表格的模板生成,数据读取,数据导出
MyGeneratorMyBatis-Plus代码生成
MyUtil工具集

可以根据需求对每个模块单独引入,也可以通过引入My-Plugin方式引入所有模块。

安装

Maven

在项目的pom.xml的dependencies中加入以下内容:

<dependency>
    <groupId>cn.renlm.plugins</groupId>
    <artifactId>My-Plugin</artifactId>
    <version>2.6.3</version>
</dependency>