# springboot mybatis **Repository Path**: Study999/sspringboot-mybatis ## Basic Information - **Project Name**: springboot mybatis - **Description**: 第一次使用springboot体验mybatis自动化生成代码 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-05-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 个人第一次使用spring boot - 项目中集成了thymeleaf、devtools、mysql、mybatis、pagehelper - thymeleaf简单体验页面效果比较适合小项目,用vue体验更好 - devtools 热更新 - pagehelper 分页体验不错 - mybatis 自动生成代码快捷方便没有太具体的深入研究 # 快速打包jar文件 - mvn clean - mvn package > 有问题的可以去我的[博客](http://106.12.197.143:8090/)讨论