# spring-boot-starter-demo **Repository Path**: light_shadow/spring-boot-starter-demo ## Basic Information - **Project Name**: spring-boot-starter-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-12 - **Last Updated**: 2021-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-starter-demo #### 使用说明 1. hello-starter中定义了一个简单的spring boot starter,直接mvn clean install 直接可以在本地安装 2. hello-starter-test 是一个测试starter的模块,在第一步安装好starter之后,直接运行com.general.hello.starter.test.App 即可看出在starter中定义的打印内容为 ``` hello starter run success.... ```