반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Flutter
- JPA공부
- Kafka
- 코테공부
- JPA 공부
- K8S
- JPA
- DDD
- querydsl
- 자바공부
- 코테준비
- 알고리즘공부
- JPA예제
- 스프링공부
- 스프링부트공부
- 스프링부트
- nestjs
- Axon framework
- 플러터 공부
- 플러터 개발
- 자료구조공부
- nestjs스터디
- 기술면접공부
- 카프카
- 기술공부
- 스프링 공부
- 스프링
- JPA스터디
- 프로그래머스
- nestjs공부
Archives
- Today
- Total
목록nestJs restfult (1)
DevBoi
[NestJs] Api 좀 더 Restful 하게 변경
거지같던 레거시..가 아니고 내 코드를 좀더 바꿨다. (controller) import { Controller, Get, Post, Body, Patch, Param, Delete, UseGuards, Put, NotFoundException } from '@nestjs/common'; import { CorpService } from './corp.service'; import { JwtAuthGuard } from 'src/auth/auth-guard'; import { Corp } from './entities/corp.entity'; import { ApiTags, ApiOperation, ApiResponse, ApiQuery, ApiParam, ApiBody } from '@nestjs/sw..
Develop/[NestJs]
2023. 6. 18. 13:37