英文: avoid app crash in microservice on http Exception 问题 我有一个 Nestjs 微服务应用, 一个网关和用户服务 通过 RabbitMQ 连接...
NestJS – 为什么方法在执行代码之前返回
英文: NestJS - Why Does Method Return Before Executing Code 问题 我对Node和Nest JS非常陌生,遇到了一个看起来很简单的问题,但我解决不...
Mikro ORM 的 unique 装饰器在不被执行时
英文: Mikro ORM unique decorator is not being enforced when 问题 使用这个实体: @Entity() @Unique({ properties:...
获取 AWS Amplify UI React 中的 AWS Cognito 令牌。
英文: Getting aws cognito token in aws-amplify ui-react 问题 I'm currently working in a Next.js frontend...
如何使用TypeScript接口扩展NestJS内置服务,如ConfigService?
英文: NestJS how to extend built-in services like ConfigService with a TypeScript interface? 问题 The Ne...
NestJS: 使端点中的文件选项为可选。
英文: NestJS: Option to make file in endpoint optional 问题 这段代码中的问题是文件上传字段被要求必须提供,而你希望它是可选的。你可以通过以下方式将上...
Mongoose如何强制执行LeanDocument类型?
英文: Mongoose, how to enforce LeanDocument type? 问题 以下是您要翻译的内容: 在我们的代码库中,我们一直在使用 T.lean() 或 T.toObjec...
如何在NestJS中使用Redis实现IP速率限制以及请求体速率限制?
英文: How to achieve IP Rate Limiting along with Body Request Rate Limiting in NestJS With Redis? 问题 I...
NestJs初始化顺序
英文: NestJs order of initialization 问题 我正在学习NestJS,并且有一个关于NestJs初始化顺序的问题。当NestJS应用程序启动时,依赖项的创建顺序是什么?首...
我第一次登录时需要刷新。
英文: I Need Refresh When I First Time Login 问题 I cannot pass auth information to my application witho...
13