An open API service indexing awesome lists of open source software.

https://github.com/vectorxxxx/00-smartcampus

练习00-尚大毕设项目,轻松搞定计算机毕业设计
https://github.com/vectorxxxx/00-smartcampus

Last synced: 3 months ago
JSON representation

练习00-尚大毕设项目,轻松搞定计算机毕业设计

Awesome Lists containing this project

README

          

- MyBatisPlus
- `@TableName` / `@TableId`
- `IService` / `ServiceImpl` / `Page`
- `baseMapper`
- `selectOne()` / `selectPage()` / `selectList()`
- `saveOrUpdate()` / `removeByIds()`
- Swagger
- `@Api`
- `@ApiOperation`
- `@ApiParam`
- Post 请求要使用 `@RequestBody` 获取请求体参数信息,Get 请求不需要
- 文件上传
- `@RequestPart`
- `MultipartFile` / `transferTo()`
- Lombok
- `@Data`
- `@AllArgsConstructor`
- `@NoArgsConstructor`
- `public` 文件夹