NestJS Nest.js个人学习笔记
NestJS Nest.js个人学习笔记NestJS官网
NestJS官网
OpenAPI (Swagger) 相关
npm install --S @nestjs/swagger swagger-ui-express
// pic.controller.ts
import { ApiTags, ApiProperty, ApiOperation } from '@nestjs/swagger';
// 定义dto
export class GetPicDto {
@ApiProperty({
原创
2020-05-20 14:43:08 ·
760 阅读 ·
0 评论