# springboot **Repository Path**: lisusugar/springboot ## Basic Information - **Project Name**: springboot - **Description**: sugar个人项目 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-11-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1、快速入门hello word 添加 org.springframework.boot spring-boot-starter-web 2、加入MyBatis配置 * 引入连接mysql的必要依赖mysql-connector-java * 引入整合MyBatis的核心依赖mybatis-spring-boot-starter 3、