Providers 싱글톤으로 사용하는 방법
NestJs에서 Providers(Service) 싱글톤으로 사용하는 방법 모듈을 Import 해서 사용하라! You have to export the ItemsService in the module that provides it @Module({ controllers: [ItemsController], providers: [ItemsService], exports: [ItemsService] }) export class ItemsModule {} and then import the exporting module in the module that uses the service: @Module({ controllers: [PlayersController], providers: [PlayersService]..
카테고리 없음
2023. 11. 1. 13:51
HTTP/2
보호되어 있는 글입니다.
보호글
2022. 11. 29. 15:57
HTTP/1.0 vs HTTP/1.1
보호되어 있는 글입니다.
보호글
2022. 11. 29. 15:01
NAT(Network Address Translation)
보호되어 있는 글입니다.
보호글
2022. 11. 29. 14:45
DHCP
보호되어 있는 글입니다.
보호글
2022. 11. 29. 14:03
L2 스위치와 브리지
보호되어 있는 글입니다.
보호글
2022. 11. 29. 13:58
라우터(Router)
보호되어 있는 글입니다.
보호글
2022. 11. 29. 13:51
L7 스위치
보호되어 있는 글입니다.
보호글
2022. 11. 29. 13:38