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

refactor: AOP 순서를 지정한다. #439

Merged
merged 1 commit into from
Dec 15, 2023
Merged

refactor: AOP 순서를 지정한다. #439

merged 1 commit into from
Dec 15, 2023

Conversation

pushedrumex
Copy link
Member

⛏ 작업 사항

  • DataIntegrityAspect, LogAspect 의 순서 설정

📝 작업 요약

  • DataIntegrityAspect@order(1) 로 설정
  • LogAspect@order(2) 로 설정

변경 전 로그

스크린샷 2023-12-15 오후 7 15 04

변경 후 로그

스크린샷 2023-12-15 오후 7 20 46

💡 관련 이슈

@pushedrumex pushedrumex self-assigned this Dec 15, 2023
@github-actions github-actions bot added the 🔨 Refactor 코드 리팩토링 및 구조 개선 label Dec 15, 2023
Copy link

sonarcloud bot commented Dec 15, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

Test Results

280 files  +1  280 suites  +1   27s ⏱️ -1s
648 tests ±0  648 ✔️ ±0  0 💤 ±0  0 ±0 
656 runs  ±0  656 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit 09dd606. ± Comparison against base commit 158584b.

@pushedrumex pushedrumex merged commit 934766d into dev Dec 15, 2023
5 checks passed
@pushedrumex pushedrumex deleted the refactor/#436 branch December 15, 2023 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Refactor 코드 리팩토링 및 구조 개선
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

refactor: AOP 의 순서를 설정한다.
3 participants