You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
liyupi a63e4cbc55 first init 2 years ago
doc first init 2 years ago
sql first init 2 years ago
src first init 2 years ago
.gitignore first init 2 years ago
README.md first init 2 years ago
mvnw first init 2 years ago
mvnw.cmd first init 2 years ago
pom.xml first init 2 years ago

README.md

SpringBoot 项目初始模板

by 程序员鱼皮知识星球

Java SpringBoot 项目初始模板,整合了常用框架和示例代码,大家可以在此基础上快速开发自己的项目。

模板功能

  • Spring Boot
  • Spring MVC
  • MySQL 驱动
  • MyBatis
  • MyBatis Plus
  • Spring Session Redis 分布式登录
  • Spring AOP
  • Apache Commons Lang3 工具类
  • Lombok 注解
  • Swagger + Knife4j 接口文档
  • Spring Boot 调试工具和项目处理器
  • 全局请求响应拦截器(记录日志)
  • 示例用户注册、登录、搜索功能
  • 示例单元测试类
  • 示例 SQL用户表