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 |
Tags
- springboot-angular-jwt
- springboot maven plugin
- angular jwt
- jvm 메모리 구조
- spring-boot-maven-plugin
- filter ordering
- String Constants Pool
- jvm 모델
- jpa pagination
- jwt example
- string comparison
- JPA
- 기본 Manifest 속성이 없습니다
- jvm memory model
- spring jwt
- docker mongodb
- mongodb install ec2
- docker mongodb install
- JWT
- jvm memory structure
- intern
- springboot jwt example
- spring filter ordering
- springboot jwt
- HHH000104
- install mongodb docker
- springboot mongodb config
- Constants pool
- jwt token
- String 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