DTO Validation을 PickType으로 생성할때 발생하는 이슈
@Exclude() @Entity() export class User extends BaseEntity { @ApiProperty() @Expose() @PrimaryGeneratedColumn('uuid', { name: 'user_id' }) id: string; @ApiProperty({ default: '01024094270' }) @Expose() @IsNotEmpty({ message: '휴대폰번호를 입력해주세요.' }) @IsPhone({ message: '휴대폰번호가 잘못 입력되었습니다.' }) @Column({ unique: true }) phone: string; 유저 모델이 위와 같이 정의되어있는 상황에 휴대폰 번호 자체의 문법적 오류(하나가 빠졌다던가, 이상한 번호를 입력했다던가)는..
Nest.js
2021. 9. 8. 12:59
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- reactdom
- useRef
- Babel
- javascript
- reducer
- useEffect
- return type
- storybook
- es6
- hydrate
- typescript
- Action
- async
- state
- reflow
- Next.js
- await
- design system
- atomic design
- promise
- type alias
- webpack
- Polyfill
- rendering scope
- react hooks
- server side rendering
- props
- computed
- react
- mobx
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함