# MyPlugin **Repository Path**: renlm/MyPlugin ## Basic Information - **Project Name**: MyPlugin - **Description**: Java简化开发套路集 - **Primary Language**: Java - **License**: MulanPSL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-05-13 - **Last Updated**: 2024-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 简介 让代码越写越少。 ## 包含组件 | module | introduce | -------------------|---------------------------------------------------------------------------------- | MyCrawler | 爬虫工具封装 | MyExcel | 使用xml完全配置化Excel、Csv表格的模板生成,数据读取,数据导出 | MyGenerator | MyBatis-Plus代码生成 | MyUtil | 工具集 可以根据需求对每个模块单独引入,也可以通过引入`My-Plugin`方式引入所有模块。 ## 安装 ### Maven 在项目的pom.xml的dependencies中加入以下内容: ```xml cn.renlm.plugins My-Plugin 2.8.11 ```