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/#163 #164

Merged
merged 4 commits into from
Jan 24, 2022
Merged

Feature/#163 #164

merged 4 commits into from
Jan 24, 2022

Conversation

hun-ca
Copy link
Member

@hun-ca hun-ca commented Jan 24, 2022

resolve #163

  • soft-delete를 세분화 구현했습니다.
  • 스프링에서 제공하는 scheduler를 이용해 매일 00시에 스케줄러가 수행되도록 구현했습니다(cron식 이용)
  • 삭제된 데이터가 1달이 초과되었을 경우 hard-delete 하도록 적용했습니다.

@hun-ca hun-ca added the feature label Jan 24, 2022
@hun-ca hun-ca requested a review from jellyb3ar January 24, 2022 06:16
@hun-ca hun-ca self-assigned this Jan 24, 2022
Copy link
Contributor

@jellyb3ar jellyb3ar left a comment

Choose a reason for hiding this comment

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

오 좋아요☺️

@hun-ca hun-ca merged commit c6d2a04 into dev Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] scheduler 적용
2 participants