https://github.com/vectorxxxx/00-smartcampus
练习00-尚大毕设项目,轻松搞定计算机毕业设计
https://github.com/vectorxxxx/00-smartcampus
Last synced: 3 months ago
JSON representation
练习00-尚大毕设项目,轻松搞定计算机毕业设计
- Host: GitHub
- URL: https://github.com/vectorxxxx/00-smartcampus
- Owner: vectorxxxx
- Created: 2022-07-22T13:19:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T15:13:40.000Z (over 2 years ago)
- Last Synced: 2025-03-19T11:06:56.993Z (over 1 year ago)
- Language: Java
- Homepage: https://www.bilibili.com/video/BV1AY4y1v7Xe
- Size: 10 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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` 文件夹