# SpringBootNoWebMaven **Repository Path**: laotongxiao/SpringBootNoWebMaven ## Basic Information - **Project Name**: SpringBootNoWebMaven - **Description**: SprintBootNoWebMaven非web工程 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-06 - **Last Updated**: 2021-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## SpringBootNoWebMaven基本开发测试项目 * ### test01.启动时就扫描包法 * ### test02.在对应类中@Component扫描包法 * ### test03.在对应类中@Component扫描包法,用上下文ApplicationContext取得Bean * ### test04.在对应类中@Component扫描包法,用spring-boot-starter-test测试