-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BE] 패키지 / 코드 리팩토링 #109
Comments
엥 이거 왜 description이 없죠 ㅋㅋㅋㅋㅋ |
beginin15
added a commit
that referenced
this issue
Mar 27, 2020
- common 패키지 : 공통적으로 필요한 패키지를 모아둠. - common/exception 패키지 : 커스텀 예외 처리 클래스를 모아둠. - common/response 패키지 : 응답 객체를 모아둠. - domain 패키지 : entity 클래스와 repository를 모아둠.
beginin15
added a commit
that referenced
this issue
Mar 27, 2020
beginin15
added a commit
that referenced
this issue
Mar 27, 2020
- 로그인 세션과 관련된 기능을 모아둔 HttpSessionUtils 클래스 정의 - User 클래스에서만 사용하는 Gender enum을 중첩 enum 으로 선언 - ApiUserController에서 InvalidParameterException에 대한 에러 응답 객체를 반환하도록 변경
ksundong
pushed a commit
that referenced
this issue
Mar 27, 2020
- common 패키지 : 공통적으로 필요한 패키지를 모아둠. - common/exception 패키지 : 커스텀 예외 처리 클래스를 모아둠. - common/response 패키지 : 응답 객체를 모아둠. - domain 패키지 : entity 클래스와 repository를 모아둠.
ksundong
pushed a commit
that referenced
this issue
Mar 27, 2020
ksundong
pushed a commit
that referenced
this issue
Mar 27, 2020
- 로그인 세션과 관련된 기능을 모아둔 HttpSessionUtils 클래스 정의 - User 클래스에서만 사용하는 Gender enum을 중첩 enum 으로 선언 - ApiUserController에서 InvalidParameterException에 대한 에러 응답 객체를 반환하도록 변경
ksundong
added a commit
that referenced
this issue
Mar 27, 2020
beginin15
pushed a commit
that referenced
this issue
Mar 27, 2020
ksundong
added a commit
that referenced
this issue
Mar 27, 2020
- 최상위 CustomException인 BusinessException을 생성하고 그 하위 Exception으로 구조를 변경하였습니다. - User 생성시 validation에 실패하면 발생하는 Exception을 생성하였습니다.
beginin15
pushed a commit
that referenced
this issue
Mar 27, 2020
- 최상위 CustomException인 BusinessException을 생성하고 그 하위 Exception으로 구조를 변경하였습니다. - User 생성시 validation에 실패하면 발생하는 Exception을 생성하였습니다.
beginin15
added a commit
that referenced
this issue
Mar 27, 2020
- common 패키지 : 공통적으로 필요한 패키지를 모아둠. - common/exception 패키지 : 커스텀 예외 처리 클래스를 모아둠. - common/response 패키지 : 응답 객체를 모아둠. - domain 패키지 : entity 클래스와 repository를 모아둠.
beginin15
added a commit
that referenced
this issue
Mar 27, 2020
beginin15
added a commit
that referenced
this issue
Mar 27, 2020
- 로그인 세션과 관련된 기능을 모아둔 HttpSessionUtils 클래스 정의 - User 클래스에서만 사용하는 Gender enum을 중첩 enum 으로 선언 - ApiUserController에서 InvalidParameterException에 대한 에러 응답 객체를 반환하도록 변경
beginin15
pushed a commit
that referenced
this issue
Mar 27, 2020
beginin15
pushed a commit
that referenced
this issue
Mar 27, 2020
- 최상위 CustomException인 BusinessException을 생성하고 그 하위 Exception으로 구조를 변경하였습니다. - User 생성시 validation에 실패하면 발생하는 Exception을 생성하였습니다.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: