# master-core **Repository Path**: tang-yaohui/master-core ## Basic Information - **Project Name**: master-core - **Description**: 精博后端公共核心依赖,所有服务端工程都将依赖该工程 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2025-01-06 - **Last Updated**: 2025-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Master Core 精博后端工程核心依赖,包括全局异常处理、全局Result封装、Controller封装、Model封装、日志封装、常用工具类等。所有精博后端工程都将依赖该工程。 ## 使用方法 **[参考精博ERP工程](https://gitee.com/kingborn/master-erp)** ## Maven引入 ``` net.kingborn master-core 1.0.0 ``` ## Gradle引入 ``` implementation 'net.kingborn:master-core:1.0.0' ```