NodeJS/- NestJS
Set Global Variable When Server Started
1. NestJS Lifecycle?NestJS의 Lifecycle을 먼저 확인해 보도록 하겠다. Lifecycle에 나온 메소드들을 살펴보자. (공식 문서의 내용)Lifecycle hook methodLifecycle event triggering the hook method callonModuleInit()Called once the host module's dependencies have been resolved.호스트 모듈의 종속성이 해결되면 호출됩니다. onApplicationBootstrap()Called once all modules have been initialized, but before listening for connections.모든 모듈이 초기화되면 연결을 수신 대기하기 전에 호..
2024. 11. 8. 14:43