Skip to content
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

[#104] HttpSessionUtils 클래스 생성, 패키지 변경, 아주 약간의 리팩토링 #114

Merged
merged 3 commits into from
Mar 27, 2020

Commits on Mar 27, 2020

  1. [#109] Refactor: 명확한 패키지 구분을 위한 변경

    - common 패키지 : 공통적으로 필요한 패키지를 모아둠.
    - common/exception 패키지 : 커스텀 예외 처리 클래스를 모아둠.
    - common/response 패키지 : 응답 객체를 모아둠.
    - domain 패키지 : entity 클래스와 repository를 모아둠.
    beginin15 committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    2eebd6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7136a50 View commit details
    Browse the repository at this point in the history
  3. [#109] Refactor: HttpSessionUtils 클래스 정의 및 기타

    - 로그인 세션과 관련된 기능을 모아둔 HttpSessionUtils 클래스 정의
    - User 클래스에서만 사용하는 Gender enum을 중첩 enum 으로 선언
    - ApiUserController에서 InvalidParameterException에 대한 에러 응답 객체를 반환하도록 변경
    beginin15 committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    c996b96 View commit details
    Browse the repository at this point in the history