2024 졸업고사 범위 실습 코드 branch > project 설명 aop branch : aop 관련 실습 코드(#1) AOP : advice 진입 시점 before, after, around, after-returning, after-throwing 메소드 생성 후 테스트 mvc branch : model - view - controller 관련 실습 코드 mvc : 사용자 요청 -> controller -> view 과정(#2, #6, #8) db : 사용자 요청 -> controller -> view -> model 과정 (#4, #5, #9)