摘要: npm i -g @nestjs/cli(以后更新用npm update -g @nestjs/cli),nest new car-report创建项目。src目录下的main.ts,监听3000端口,因此它是项目的入口文件,因为服务器都会监听一个端口。main.ts import了AppModul 阅读全文
posted @ 2024-08-30 18:38 SamWeb 阅读(206) 评论(0) 推荐(0)