# spring-boot-samples **Repository Path**: wuyaofen/spring-boot-samples ## Basic Information - **Project Name**: spring-boot-samples - **Description**: Spring-boot+Mybatis+Maven+MySql搭建实例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Spring-boot+Mybatis+Maven+MySql搭建实例 > 最近读了spring-boot开发手册,spring-boot相比于spring-mvc封装了很多常用的依赖,并且内置了tomcat容器,启动生成的jar包即可启动项目,也是目前流行的微服务常用框架。主要用到了spring-boot,以及mybatis,数据库用到了mysql。 更多说明请看[博客文章](https://www.jianshu.com/p/95fb7be049ae)