Skip to content

基础精简版

Compare
Choose a tag to compare
@lihengming lihengming released this 29 Jun 09:21
· 49 commits to master since this release
  • 最佳实践的项目结构、配置文件及精简的Maven依赖
  • 统一响应结果封装及生成工具
  • 统一异常处理
  • 简单的接口签名认证
  • 常用基础方法抽象封装
  • 使用Druid Spring Boot Starter 集成Druid数据库连接池与监控
  • 使用FastJsonHttpMessageConverter提高JSON序列化速度
  • 集成MyBatis、通用Mapper插件、PageHelper分页插件,实现单表业务零SQL
  • 代码生成器