Skip to content

springboot 种子项目,快速构建单体项目,配置curd基本方法,拿来即用,大大提高开发效率

Notifications You must be signed in to change notification settings

cloudbanks/springboot-project-seed

 
 

Repository files navigation

简介

springboot-project-seed是基于springboot和mybatis的种子项目,用于项目快速构建

  • 整合通用mapper
  • 登陆拦截器
  • 枚举转换(不使用通用mapper实现)
  • 统一异常处理
  • 通用mapper整合枚举 (配置文件添加 enum-as-simple-type: true 自动将枚举转成表中的字段)
  • 整合Redis

About

springboot 种子项目,快速构建单体项目,配置curd基本方法,拿来即用,大大提高开发效率

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.2%
  • FreeMarker 3.8%