# master-test **Repository Path**: kingborn/master-test ## Basic Information - **Project Name**: master-test - **Description**: 精博后端测试库核心依赖 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-08-21 - **Last Updated**: 2025-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Master Test 精博后端测试工程核心依赖。该工程引入后,可以免去使用Postman的麻烦,可以直接在后端工程中编写对接口进行测试的用例,并且所有协同开发的人员都可以使用接口测试用例。所有精博的后端的接口工程都将引用该工程 ## 使用方法 **[参考精博ERP工程](https://gitee.com/kingborn/master-erp)** ## Maven引入 ``` net.kingborn master-test 1.0.0 ``` ## Gradle引入 ``` implementation 'net.kingborn:master-test:1.0.0' ```