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

Create CR(create, read) functions with Feat/posts #5

Merged
merged 3 commits into from
Jul 3, 2020
Merged

Conversation

bluayer
Copy link
Member

@bluayer bluayer commented Jun 14, 2020

I make Posts schema and CR functions.

bluayer added 3 commits June 13, 2020 15:54
I make Jpa Configuration explicitly at config package for using JPA
I make Posts schema with JPA repository and basetime entity.
You can see the blank for some columns, i will add it later.
I make Posts service and some dtos for saving and reading.
Also i make PostsApiController for CR(create, read).
@bluayer bluayer added the enhancement New feature or request label Jun 14, 2020
@bluayer bluayer requested a review from lee-garden June 14, 2020 13:27
@bluayer bluayer linked an issue Jun 14, 2020 that may be closed by this pull request
@Configuration
@EnableJpaAuditing
public class JpaConfig {
}
Copy link
Contributor

Choose a reason for hiding this comment

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

[suggestion]

  • 장기적으로 봤을때 JpaAuditing이 과연 좋은가에 대해서는 한번쯤 생각해볼만 할듯함.

@lee-garden
Copy link
Contributor

ok to go

@lee-garden lee-garden merged commit 351da13 into develop Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create CR with Posts
2 participants