Merged
Conversation
Member
Author
|
@Etwashoeren 현재 상황에 필요하여 일단은 직접 머지하겠습니다! |
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.
📌 개요
DummyDataInitializer클래스 추가🚀 관련 이슈
✅ 변경 사항
global/common/aop/PerformanceLogAspect추가@Around방식으로 서비스/컨트롤러 실행 시간 로그 출력[PERF] com.postdm... took 42msglobal/init/DummyDataInitializer추가@Profile("dev")기반으로 실행: 로컬 테스트 시, 기본 프로파일을dev로 수정 필요📝 상세 내용
DummyDataInitializer는estimateRepository.count() > 0조건으로 중복 삽입 방지PerformanceLogAspect는execution(* com.postdm.backend.domain.estimate..*(..))기반으로 특정 도메인 서비스 실행 시간 측정