# springBoot **Repository Path**: klli852/springBoot ## Basic Information - **Project Name**: springBoot - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-21 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springBoot #### 介绍 这是一个java项目,集成了 springBoot、Mybatis、spring 等框架和工具的一个详细demo #### 最终的项目结构 ``` ├─.gradle │ └─2.14.1 │ └─taskArtifacts ├─.idea │ └─modules ├─out //输出文件 │ └─production │ ├─classes │ │ └─com │ │ └─test │ │ └─demo │ │ ├─controller │ │ ├─entities │ │ ├─mapper │ │ └─service │ │ └─impl │ └─resources │ └─com │ └─test │ └─demo │ └─mapper └─src ├─main │ ├─java │ │ └─com │ │ └─test │ │ └─demo │ │ ├─controller │ │ ├─entities │ │ ├─mapper │ │ └─service │ │ └─impl │ └─resources └─test ├─java └─resources ```