Skip to content

곽주희/2주차#8

Open
katejhee wants to merge 7 commits intoLeets-Official:mainfrom
katejhee:곽주희/2주차

Hidden character warning

The head ref may contain hidden characters: "\uacfd\uc8fc\ud76c/2\uc8fc\ucc28"
Open

곽주희/2주차#8
katejhee wants to merge 7 commits intoLeets-Official:mainfrom
katejhee:곽주희/2주차

Conversation

@katejhee
Copy link
Copy Markdown

@katejhee katejhee commented Apr 1, 2025

스크린샷 2025-04-01 오후 1 28 32

Copy link
Copy Markdown
Member

@rootTiket rootTiket left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!! 제가 궁금한 점이랑 알아주시면 좋을 점 코멘트로 남겨두었으니 읽어보시면 좋을것 같아요!!

jdbcTemplate.update("INSERT INTO employees (name, department_id, salary, manager_id) VALUES (?, ?, ?, ?)", "Frank", engId, 6200, bobId);
jdbcTemplate.update("INSERT INTO employees (name, department_id, salary) VALUES (?, ?, ?)", "Grace", salesId, 4800);
}
} No newline at end of file
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

파일의 마지막은 개행(한 줄 띄움) 이 관행입니다!
https://dongminkim94.tistory.com/72
참고하시면 도움이 될 것 같아요!

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines +8 to +12
jpa:
hibernate:
ddl-auto: update
show-sql: true
database-platform: org.hibernate.dialect.MySQL8Dialect No newline at end of file
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오잉 저희가 JPA 관련 의존성을 없애뒀는데 추가하신 특별한 이유가 있으셧나요??!

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

처음에 추가하지 않았었는데 오류가 여러번 떠서 해결하려고 시도하는 와중에 추가하는 것이 오류를 없애줄 수 있을까 싶어서 추가해봤습니다!

Copy link
Copy Markdown

@soyesenna soyesenna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

구현 고생하셨습니다!!
JDBC와 SQL에 대해서 더 잘 이해할 수 있는 과제였길 바랍니다!!

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.

3 participants