文档 下插件 λ yarn add @nestjs/typeorm typeorm mysql 创建 cats模块, 控制器,service λ nest g mo cats λ nest g co cats λ nest g s cats cats/ 链接mysql 链接出现下面的错误 Client does not support authentication protocol requested by server; consider u pgrading MySQL client 如果出
NestJS A progressive Node.js framework for building efficient and scalable server-side applications on top of TypeScript & JavaScript (ES6 / ES7 / ES8) heavily inspired by Angular 底层用 express 设计理念 这个后端框架受 Angular 启发 , 所以业务代码看起来和 Angular一样 完全基于typescr
TO debug NestJS code with Chrome dev tool, we can run: node --inspect-brk dist/rest-api/src/main.js TO make it easier for us running this later, we can do: "start:debug": "tsc-watch -p tsconfig.build.json --onSuccess \"node --inspect-b