# template **Repository Path**: aiboleepro/template ## Basic Information - **Project Name**: template - **Description**: 这个是springboot后端开发的通用模板,集成了许多便捷开发的东西,具体详情可参照readme - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring boot 通用项目模板 ## spring boot 2.0.1.RELEASE版本 ## 数据库连接池使用 druid 1.1.9 ## 数据库中间件使用 mybatis ## json转换器使用 fastjson 1.2.47 ## 集成了通用Mapper # 注意事项 mybatis-generator-maven-plugin 的版本必须与mysql驱动的版本匹配 使用通用Mapper的时候保证通用的Mapper不能被扫描到, 保证这个注解的正确引用为 @MapperScan(basePackages = "com.aiboleepro.mapper") tk.mybatis.spring.annotation.MapperScan; # 本项目对于alain前端做适配