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

[최혜진] 2024 GDG Spring Advanced Study - 8주차 #59

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chhyejin
Copy link
Contributor

📒 개요

Chapter6. aop (3)

👀 새롭게 배운 점

  • @transactional 을 적용할 때 4단계의 대체 정책을 이용하게 해준다는 것을 배웠다.
  • 선언적 트랜잭션과 프로그램에 의한 트랜잭션에 대해 배웠다.

📍 추가적인 이해

포인트컷 표현식과 트랜잭션 속성을 정의할 때 따르면 좋은 전략(추가)

  • 명시적인 명명 규칙과 주석 사용
  • 세분화된 포인트컷 정의로 중복 제거
  • 트랜잭션 속성을 세분화
  • 환경별 트랜잭션 설정 분리
  • 특정 기능을 위한 전용 트랜잭션 매니저 사용

@chhyejin chhyejin added the documentation Improvements or additions to documentation label Nov 27, 2024
@chhyejin chhyejin self-assigned this Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant