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

[#15] 게시글 작성 기능 구현 PR #25

Merged
merged 3 commits into from
Aug 13, 2019
Merged

Conversation

dasistHYOJIN
Copy link
Collaborator

게시글 작성 기능 구현 PR

1. Article 엔티티 클래스를 추가한다
2. Article 엔티티의 하위 VO 클래스를 추가한다
3. 그래들에 의존성을 추가한다
1. 게시글을 작성하는 기능을 추가한다
   1-1. ArticleController 클래스를 추가한다
   1-2. POST 요청 시, 작성된 게시글을 저장한다
   1-3. ArticleRequest DTO 클래스를 추가한다
   1-4. ArticleRepository 클래스를 추가한다
2. 게시글 작성 기능에 대한 컨트롤러의 테스트 메서드를 추가한다
@wbluke wbluke merged commit e3a06c8 into develop Aug 13, 2019
@wbluke wbluke deleted the feature/14-article-create branch August 13, 2019 07:35
wbluke added a commit that referenced this pull request Aug 23, 2019
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.

2 participants