Skip to content

基于 SpringBoot2.0 | MyBatis | MyBatis-Plus 实现的 RESTFul 管理系统

License

Notifications You must be signed in to change notification settings

Planeswalker23/Windfall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WindFall

license JDK 1.8 Spring-Boot 2.2.2.RELEASE MyBatis 3.5.2 MyBatis-Plus 3.2.0

致力于轻量级开发、代码实践,同时收获你想要的东西☺️

技术栈

  • SpringBoot 2.0
  • 数据库: H2
  • 数据库连接池: HikariCP (SpringBoot 2.0 默认支持)
  • 持久层框架: MyBatis
  • 视图层:Thymeleaf
  • 快速开发框架:
    • lombok
    • MyBatis-Plus

分支仓库列表

基础架构及接口明细

统一返回格式

{
   "data": "01bd6808-7cfd-4037-83ba-2e745600eadd",
   "message": "成功",
   "success": true
}

项目目录结构

├── java
│   └── org
│       └── planeswalker
│           ├── annotation      注解
│           ├── base            公用基础类
│           ├── config          配置类
│           ├── controller      控制层
│           ├── exception       异常类及全局异常控制器
│           ├── mapper          dao 层及 mapper 文件
│           ├── pojo            自定义对象包
│           │   ├── dto             数据传输类
│           │   └── entity          数据库实体类
│           ├── service         服务层
│           └── utils           工具类
└── resources                   资源文件

About

基于 SpringBoot2.0 | MyBatis | MyBatis-Plus 实现的 RESTFul 管理系统

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages