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
- jpa pagination
- springboot jwt
- spring filter ordering
- JPA
- filter ordering
- docker mongodb
- spring jwt
- springboot mongodb config
- jvm memory structure
- mongodb install ec2
- intern
- HHH000104
- springboot jwt example
- springboot-angular-jwt
- string comparison
- JWT
- jvm 모델
- 기본 Manifest 속성이 없습니다
- spring-boot-maven-plugin
- jwt example
- jvm 메모리 구조
- String Pool
- docker mongodb install
- jwt token
- Constants pool
- angular jwt
- install mongodb docker
- springboot maven plugin
- jvm memory model
- String Constants Pool
Archives
- Today
- Total
개발블로그
Filter Exception 처리 본문
Filter에서 Exception 발생시키면 HttpStatus를 500에러로 보낸다.
Exception에 따라서 응답 코드와 메세지를 다르게 하고자 발생시키는 Exception에 @ResponseStatus 어노테이션을 추가해주었다.
@ResponseStatus(value= HttpStatus.UNAUTHORIZED, reason="login required")
그러면 해당 Exception이 발생했을 때 HttpStatus와 message를 위와 같이 설정할 수 있다.
'Spring' 카테고리의 다른 글
spring cloud api-gateway 사용하기 (0) | 2019.12.24 |
---|---|
spring-boot-maven-plugin (기본 manifest 속성이 없습니다 오류 해결) (0) | 2019.09.06 |
Filter Ordering (0) | 2019.08.22 |
springboot-kafka :: Error deserializing key/value (0) | 2019.06.19 |
springboot - intelliJ can not know application.yml (0) | 2019.06.19 |
Comments