# springboot **Repository Path**: malong92/springboot ## Basic Information - **Project Name**: springboot - **Description**: springboot模板例子,采用mybatis全注解,mysql单数据库,通用mapper,pagehelper,druid,freeMarker等工具。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README springboot项目模板 采用了maven,mybatis全注解,通用mapper,pagehelper,druid,mysql单数据库,fastjson等工具。 采用前后端分离技术,前端使用bootstrap布局,vue跟后台交互和数据绑定。 项目中使用了lombok插件,打开项目时需要自行安装项目或者在使用了@Data的类添加getter和setter方法。