[Nest] 10960 - 2024/06/19 20:23:43 LOG [NestFactory] Starting Nest application... [Nest] 10960 - 2024/06/19 20:23:43 LOG [InstanceLoader] AppModule dependencies initialized
[Nest] 10960 - 2024/06/19 20:23:43 LOG [RoutesResolver] AppController {/} [Nest] 10960 - 2024/06/19 20:23:43 LOG [RouterExplorer] Mapped {/, GET} route
[Nest] 10960 - 2024/06/19 20:23:43 LOG [NestApplication] Nest application successfully started
@nestjs/common NestJS的公共模块,包含各种装饰器、工具函数和中间件,用于构建NestJS应用程序的核心功能。 @nestjs/core NestJS的核心模块,提供创建NestJS应用程序的基础设施,包括依赖注入、模块系统等。
- 定义provider类
- 在Module里注册Provider类
- 在控制里面声明或者说使用Provder类