# 自研SpringBoot单元测试SDK **Repository Path**: levi1900/test ## Basic Information - **Project Name**: 自研SpringBoot单元测试SDK - **Description**: 这是一个SpringBoot单元测试的SDK 技术栈: - netty - cglib - Spring Boot - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-01-23 - **Last Updated**: 2023-05-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 自研SpringBoot单元测试SDK #### 介绍 这是一个SpringBoot单元测试的SDK #### 技术栈 - netty - cglib - Spring Boot #### 安装教程 1. down下本项目 2. install到本地仓库 3. 业务项目中导入该项目pom ![输入图片说明](0image.png) #### 使用说明 1. 启动业务项目 2. 单元测试时可直接用main方法执行Spring上下文中的类方法 ![输入图片说明](1image.png) ![输入图片说明](2image.png) ![输入图片说明](4image.png)