# developer-common **Repository Path**: plliang/developer-common ## Basic Information - **Project Name**: developer-common - **Description**: 开发工具包 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-05 - **Last Updated**: 2026-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 本仓库目的是整理开发过程中使用到的公共方法,提取到公开仓库中,后期供项目复用 在`pom.xml`中配置发布到本地maven仓库,使用以下命令发布: ``` mvn clean deploy ```