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

[feat] log filter 추가 및 aop 수정 #39

Merged
merged 2 commits into from
Jan 10, 2024

Commits on Jan 9, 2024

  1. feat: log filter & aop

    - 기존에 aop 있던 비즈니스 로직 전, 후 로깅 로직은 filter로 옮김 (실행 시점 및 세부 로그는 일부 달라짐)
    - aop에는 커스텀 어노테이션으로 로그 남기는 형태로 하나 만들어둠
    - 실행시간 측정하는 용도의 커스텀 어노테이션 생성
    linglong67 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    896e527 View commit details
    Browse the repository at this point in the history
  2. feat: log filter & aop -> 변수명 수정

    - 변수명 수정
    linglong67 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    fc2549f View commit details
    Browse the repository at this point in the history