-
Notifications
You must be signed in to change notification settings - Fork 0
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: car registration api #26
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
μκ³ νμ ¨μ΅λλ€~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
λ€λ₯Έ ν μ΄λΈλ€μ μλ³μ Column λͺ μ "id"λ‘ νκ³ μμ΄μ ν΅μΌμ΄ νμν΄ λ³΄μ λλ€!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ν μ€νΈ κΈμμ μ νκ³Ό λμΌν λ§₯λ½μΌλ‘ νμ μ λ ₯μ΄λΌλ λΉμ¦λμ€ μꡬμ¬νμ μμ£Ό λ³ν μ μλ μꡬμ¬νμ΄κΈ° λλ¬Έμ λλ©μΈ λͺ¨λΈμ μ§μ μ μΌλ‘ λ°μνκΈ°λ³΄λ¨ ν΄λΌμ΄μΈνΈμμ μμΈμ²λ¦¬νλλ‘ νκ³ μλ²μμλ λΉμ¦λμ€ λ‘μ§μ μν₯μ μ£Όλ νλλ§(ex- μλ³μ λ±) Null check νλκ² λ μ’λ€κ³ μκ°ν©λλ€!! κ·Όλ° κ°μΈμ μκ°μ΄κ³ ν¬κ² μ€μν λΆλΆμ μλλΌ κ΅³μ΄ μλ°κΎΈμ λ λκ³ κ·Έλ₯ μκ°λ§ 곡μ νκ³ μΆμμ΄μ!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
μ ν μ€νΈ κΈμμ μ νμ λμνλλ°μ! νμ μ λ ₯ κ°μ κ²½μ°λ κ²μ¦μ νμ§ μμΌλ©΄ νλ‘ νΈμμ μλͺ»λ λ°μ΄ν°λ₯Ό μλ²μ λ£μμ λ λ°μ΄ν° λ³μ‘°κ° μΌμ΄λ μλ μλ€λ μ μμ νλ‘ νΈ, λ°± λͺ¨λμμ ν΄μ€μΌ μμ νλ€κ³ μκ°ν΄μ!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AttributeOverrides(
@AttributeOverride(name = "id", column = @column(name = "car_id"))
)
private CarId carId;
μμ κ°μ΄ 컬λΌλͺ μ λ°κΏ μ μλ€κ³ ν©λλ€!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
μ κ°μ¬ν©λλΉ
π Summary
Implemented car registration api
π©βπ» Contents
π Review Note
π£ Related Issue