TIL(Today Ingwang Learned)
TIL) 2022 - 12 - 13(Sping)
김코식
2022. 12. 14. 02:12
Spring
프록시, Spring AOP
https://ik0501.tistory.com/entry/Spring-Spring-AOP-%ED%94%84%EB%A1%9D%EC%8B%9C-%ED%8C%A8%ED%84%B4
Spring) Spring AOP & 프록시 패턴
스프링 AOP는 프록시 기반의 AOP 구현체로 스프링 Bean 에만 AOP적용이 가능하다. Aop란? Aspect Oriented Programming > 관점 지향 프로그래밍 관점 지향 프로그래밍 : 어떤 로직을 기준으로 핵심적인 관점,
ik0501.tistory.com
연관관계 매핑 후 리스트를 엔티티로 바로 보내지 않고 Dto로 싸서 출력
private List<Comment> commentList = new ArrayList<>();
private List<CommentDto> commentDtoList = new ArrayList<>();
https://github.com/ingwang-kim/Spring_homework1
GitHub - ingwang-kim/Spring_homework1: 스프링 crud연습
스프링 crud연습. Contribute to ingwang-kim/Spring_homework1 development by creating an account on GitHub.
github.com
내일 할일
test, 예외처리, 트랜잭션 강의 듣기
서블릿,트랜잭션 공부하기