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

[Spring MVC + JDBC] 이가연 미션 제출합니다. #370

Open
wants to merge 6 commits into
base: gy102912
Choose a base branch
from

Conversation

GY102912
Copy link

질문

  1. h2에서 schema.sql을 통해 자동으로 reservation 테이블을 생성할 때, 테이블명과 칼럼을 모두 대문자로 사용하는데 매번 코드에서 대문자로 적는 것이 불편하다고 생각하여 소문자를 사용하도록 설정했습니다. 그런데 대문자로 쓰는 것이 SQL 표준을 따르기 위해서라는 글을 봐서 좀 불편해도 대문자로 적어주는 것이 맞는지 편의에 따라 바꿔도 되는 부분인지 궁금합니다.
  2. Reservation에 id, name, date, time를 전부 포함하는 생성자와 id만 포함하지 않는 생성자를 따로 정의했는데 Jackson을 위한 기본생성자가 없다는 에러가 발생했습니다. 간단하게 @NoArgsConstructor를 추가해서 에러는 해결했으나, @JsonCreator를 구체적으로 명시하는 방법도 있다고 하여 주로 어떤 방식을 사용하는 지 (혹은 어떤 방식이 더 좋은지) 궁급합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant