NestJS 用了两年,我换了这个如果你用 NestJS 超过一年,你一定经历过这样的下午:新建一个最简单的用户管理模块,nest g resource users,然后在 users.module.ts、users.controller.ts、users.service.ts、create-user.dto.ts 四个文件之间反复跳转。写了一堆 @Injectable()、@Controller()、@Get()、@ApiProperty()、@ApiOperation(),回头一看 -- 业务逻辑就三行。