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, 예외처리, 트랜잭션 강의 듣기
서블릿,트랜잭션 공부하기
'TIL(Today Ingwang Learned)' 카테고리의 다른 글
TIL)2022-12-15(Spring) (0) | 2022.12.16 |
---|---|
TIL) 2022 - 12 - 14(Sping,GIT) (1) | 2022.12.15 |
2022 - 12- 12(Spring , Java) (0) | 2022.12.13 |
TIL)2022 - 12 - 10(Spring) (2) | 2022.12.11 |
TIL)2022 - 12 - 09(Spring) (0) | 2022.12.10 |