곽주희/2주차#8
Open
katejhee wants to merge 7 commits intoLeets-Official:mainfrom
Hidden character warning
The head ref may contain hidden characters: "\uacfd\uc8fc\ud76c/2\uc8fc\ucc28"
Open
Conversation
katejhee
commented
Apr 1, 2025
rootTiket
reviewed
Apr 2, 2025
Member
rootTiket
left a comment
There was a problem hiding this comment.
고생하셨습니다!! 제가 궁금한 점이랑 알아주시면 좋을 점 코멘트로 남겨두었으니 읽어보시면 좋을것 같아요!!
| 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 |
Member
There was a problem hiding this comment.
파일의 마지막은 개행(한 줄 띄움) 이 관행입니다!
https://dongminkim94.tistory.com/72
참고하시면 도움이 될 것 같아요!
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 |
Member
There was a problem hiding this comment.
오잉 저희가 JPA 관련 의존성을 없애뒀는데 추가하신 특별한 이유가 있으셧나요??!
Author
There was a problem hiding this comment.
처음에 추가하지 않았었는데 오류가 여러번 떠서 해결하려고 시도하는 와중에 추가하는 것이 오류를 없애줄 수 있을까 싶어서 추가해봤습니다!
soyesenna
reviewed
Apr 2, 2025
soyesenna
left a comment
There was a problem hiding this comment.
구현 고생하셨습니다!!
JDBC와 SQL에 대해서 더 잘 이해할 수 있는 과제였길 바랍니다!!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.