书栈网 · BookStack 本次搜索耗时 0.078 秒,为您找到 361 个相关结果.
  • 模块

    模块 功能模块 共享模块 模块重新导出 依赖注入 全局模块 动态模块 译者署名 模块 模块是具有 @Module() 装饰器的类。 @Module() 装饰器提供了元数据,Nest 用它来组织应用程序结构。 每个 Nest 应用程序至少有一个模块,即根模块。根模块是 Nest 开始安排应用程序树的地方。事实上,根模块可能是应用...
  • Custom decorators

    Custom route decorators Param decorators Passing data Working with pipes Decorator composition Custom route decorators Nest is built around a language feature called decorat...
  • 技术

    认证(Authentication) 身份认证 Passport 策略 内置 Passport 守卫 登录路由 JWT功能 Implementing Passport JWT 默认策略 自定义护照 命名策略 GraphQL 数据库 TypeORM 集成 存储库模式 多个数据库 测试 定制存储库 异步配置 示例 Mongo...
  • Quick start

    1148 2019-11-16 《Nest.js v6.0 Document》
    Quick start Installation Overview Getting started Playground Multiple endpoints Schema first Code first Async configuration Quick start GraphQL is a query language for ...
  • 微服务

    微服务 基本 安装 开始 模式(patterns) 请求-响应 异步响应 基于事件 装饰器 客户端 消息传递 发布活动 作用域 Redis 安装 概述 选项 MQTT 安装 概览 属性 NATS 安装 概述 选项 RabbitMQ 安装 传输器 属性 kafka gRPC 安装 传输器 选项 概...
  • CLI Plugin

    CLI Plugin Overview Using the CLI plugin CLI Plugin Warning This chapter applies only to the code first approach. TypeScript’s metadata reflection system has several lim...
  • Providers

    Providers Services Dependency injection Scopes Custom providers Optional providers Property-based injection Provider registration Providers Providers are a fundamental c...
  • Quick start

    Harnessing the power of TypeScript & GraphQL Installation Overview Getting started with GraphQL & TypeScript GraphQL playground Multiple endpoints Code first Example Schema ...
  • Validation

    Validation Overview Using the built-in ValidationPipe Auto-validation Disable detailed errors Stripping properties Transform payload objects Explicit conversion Mapped types...
  • 异常过滤器

    异常过滤器 HttpException 异常层次(Exceptions Hierarchy) HTTP exceptions 异常过滤器(Exception Filters) 抓住一切 异常过滤器 内置的 异常层负责处理整个应用程序中的所有抛出的异常。当捕获到未处理的异常时,最终用户将收到适当的用户友好响应。 每个异常都由全局异常筛选...