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

[Feat] 공통 모듈(기반 코드) 작업 #2

Open
16 tasks done
ahah525 opened this issue Oct 17, 2022 · 0 comments
Open
16 tasks done

[Feat] 공통 모듈(기반 코드) 작업 #2

ahah525 opened this issue Oct 17, 2022 · 0 comments
Labels

Comments

@ahah525
Copy link
Collaborator

ahah525 commented Oct 17, 2022

Description

  • 프로젝트 작업에 공통적으로 필요한 기반 코드 작업

Todo

  • BaseEntity 추가
  • initData 추가
    • DevInitData, TestInitData 분리
  • AppConfig 추가
  • Ut 클래스 추가
    • date 클래스 : 날짜 변환 관련
    • spring 클래스 : REST API 응답 객체 관련
      • responseEntityOf(...): ResponseEntity 응답 객체 생성
      • httpHeadersOf(args) : HttpHeaders 응답 헤더 생성
    • mapOf(args) : 인자값들을 map 형태로 변환
    • json 클래스 : json <-> String 변환 관련
      • toStr: json -> String(직렬화)
      • toMap: String -> Json(역직렬화)
    • getObjectMapper()
    • 임시 비밀번호, 이메일 인증키 발급 메서드 추가
  • RsData(REST API 용 ResponseEntity Body DTO) 추가

ETC

ahah525 added a commit that referenced this issue Oct 17, 2022
ahah525 added a commit that referenced this issue Oct 17, 2022
ahah525 added a commit that referenced this issue Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant