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/4 jdbc many2many #6

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from

Conversation

ihaeeun
Copy link
Collaborator

@ihaeeun ihaeeun commented Mar 25, 2019

resolve #4

public Content(int id, String name) {
this.id = id;
this.name = name;
}

Choose a reason for hiding this comment

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

Dao에서 id만 맵핑을 해주고, id&name만 맵핑을 해주기 때문에 이러한 생성자들이 나오는거 같은데 과연 맞을까요???

src/main/resources/application.properties Outdated Show resolved Hide resolved
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.

DB 다대다 설정
2 participants