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

feat: RSS Feed 가져오는 기능 구현 #22

Merged
merged 4 commits into from
Mar 6, 2021
Merged

feat: RSS Feed 가져오는 기능 구현 #22

merged 4 commits into from
Mar 6, 2021

Conversation

ksy90101
Copy link
Contributor

@ksy90101 ksy90101 commented Mar 1, 2021

#5

Copy link
Collaborator

@cwJohnPark cwJohnPark left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~

private String description;

@ManyToOne
@JoinColumn(name = "blog_id")
private Blog blog;

private LocalDateTime pubDate;
private Date pubDate;
Copy link
Collaborator

Choose a reason for hiding this comment

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

LocalDate 대신 Date를 쓴 이유가 있나요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

rss feed를 불러올때 DATE로 나와서 저렇게 변경해놨는데, 다음 작업 시 다시 한번 확인해보겠습니다!

@rockjoon rockjoon merged commit 02c29ba into Meet-Coder-Study:develop Mar 6, 2021
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