Skip to content

Releases: WongMinHo/spring-boot-api-starter

Introduction

10 Oct 11:31
Compare
Choose a tag to compare

🚀 一个基于 Spring Boot,快速构建 RESTful API 工程的脚手架,支持多数据源配置、分布式事务。

主要特征:

  1. 集成 Spring Boot 常用开发组件集
  2. 集成 Mybatis Plus、Mybatis Plus Generator组件;实现单表业务零SQL
  3. 集成 Atomikos 支持分布式事务、以及支持多数据源配置
  4. 统一异常处理
  5. 统一响应结果封装
  6. 基于 JWT 实现基于 Token 的鉴权机制
  7. 使用 Druid Spring Boot Starter 集成 Druid 数据库连接池与监控
  8. 使用 AutoGenerator 快速生成 Entity、Mapper、Mapper XML、Service、Controller 等各个模块的代码,极大的提升了开发效率,使团队代码风格保持统一