nohkwangsun / bookstore

서점 예제
1 stars 1 forks source link

to handle exceptions #70

Closed nohkwangsun closed 2 years ago

nohkwangsun commented 2 years ago

resolve #65

Exception 종류 2가지 . 예상 가능한 비즈니스 Exception . 예상 할 수 없는 비즈니스 Exception

예외 처리 위치 . Repository 에서는 Optional, EmptyList 등을 반환 . Service 에서는 예상 가능한 비즈니스 Exception 처리 . Command 에서는 별도의 Exception 미처리

추가 . BookStoreApplication 의 command 호출 로직에서 최종적인 Exception 핸들링