# springboot-start-demo **Repository Path**: codemokey/springboot-start-demo ## Basic Information - **Project Name**: springboot-start-demo - **Description**: spring-boot-start例子 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-04 - **Last Updated**: 2022-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-start-demo #### 介绍 自定义spring-boot-start例子,非常简单的一个例子,可以帮助理解start原理 #### 软件架构 软件架构说明 #### 安装教程 1. 下载demo-spring-boot-start,导入IDEA,保证没有代码报错 2. 运行mvn install 打包到本地maven仓库 3. 在springboot项目中引入本包 com.test demo-spring-boot-starter 1.0-SNAPSHOT 4. 在类中注入DemoService @Autowired DemoService demoService; 调用 demoService.play();