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

Feature/create user #38

Merged
merged 12 commits into from
Oct 5, 2023
Merged

Feature/create user #38

merged 12 commits into from
Oct 5, 2023

Commits on Oct 1, 2023

  1. feat(User): user 생성, user 쑰회 κΈ°λŠ₯ κ΅¬ν˜„

    - user 도메인 계측, μ‘μš© 계측, ν‘œν˜„ 계측 생성
    - createUser, getUser μ—”λ“œ 포인트 생성
    sm9171 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    d607c48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faecbe0 View commit details
    Browse the repository at this point in the history
  3. feat(User): user validate 체크

    - name, email, address ν•„λ“œ 유무 체크
    - user 객체 λ‹¨μœ„ ν…ŒμŠ€νŠΈ μž‘μ„±
    sm9171 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    ade090e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0aed98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb16061 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. chore: api application.yml μ„€μ •νŒŒμΌ μˆ˜μ •

    - κΈ°λ³Έ ν”„λ‘œνŒŒμΌ μΌλ•Œ logging.xml import μ œμ™Έ
    sm9171 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    79ca470 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1405032 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    587362b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96d321d View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    28599f2 View commit details
    Browse the repository at this point in the history
  2. refactor(user): μ •μ νŒ©ν† λ¦¬λ©”μ†Œλ“œλͺ… λ³€κ²½

    - User.createUser -> User.of
    - UserEntity.toEntity -> userEntity.from
    sm9171 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e3d84d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    333b360 View commit details
    Browse the repository at this point in the history