Merged
Conversation
kwdahun
approved these changes
Nov 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🌱 관련 이슈
🌱 작업 사항
Request(우분투 계정)의 만료 처리를 자동화하는 스케줄러를 구현합니다.
주요 기능:
통합 테스트 환경
H2 인메모리 DB 기반의 통합 테스트 환경을 구축하고, 스케줄러의 모든 시나리오(7일 전, 1일 전, 당일 삭제)를 검증하는 테스트 코드를 작성합니다.
주요 변경 사항:
🌱 참고 사항
사용 신청 -> 승인
config server에서 달라진 uri 많으니 확인하고 다 수정해야 함. 근데 정확히 뭘 수정한지 그 리스트는 몰라서 그냥 수시로 api 문서 확인하고 고쳐야 할듯......
그리고 복합키 구조 최대한 지양할 것. DB 설계상으로 복합키 넣는 건 맞는데 스프링부트에서 구현할 때는 최대한 지양하고 실무적인 구조 채택 필요함. 현재 복합키 구조 때문에 여러곳에서 문제 터지고 있는데 다 테스트 돌려서 문제 부분 점검하고 수정해야 함.