We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Spring batch를 이용해서 30일 이후에 expired=true로 바꿔주면 좋을 듯 하다.
현재 dto를 만드는 시점에 현재 시간을 넣는 방식이, 도메인 로직이 마지막 사용자에게 보여줄 때까지 전달되는 것이다.
만약 위의 방식을 사용하기 힘들다면, 만료시간 자체를 넘겨주는 것도 좋은 방법이 될듯 하다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Spring batch를 이용해서 30일 이후에 expired=true로 바꿔주면 좋을 듯 하다.
현재 dto를 만드는 시점에 현재 시간을 넣는 방식이, 도메인 로직이 마지막 사용자에게 보여줄 때까지 전달되는 것이다.
만약 위의 방식을 사용하기 힘들다면, 만료시간 자체를 넘겨주는 것도 좋은 방법이 될듯 하다.
The text was updated successfully, but these errors were encountered: