유튜브 영상 IoC(Inversion Of Control)/DI Spring 컨테이너가 빈들을 자동으로 생성 및 관리하면서 빈들의 연관관계도 자동으로 엮어준다. 애플리케이션 제어의 주체는 Spring이 되어 개발자는 비즈니스 로직에만 집중하면 된다.
Entity Relationships 총 4가지 타입이 존재 1) @OneToOne 2) @OneToMany, @ManyToOne 3) @ManyToMany 총 2가지 방향성이 존재 1) bidirectional(양방향) 2) unidirectional(단방...
spring과 hibernate 연동을 위한 4가지 단계 1. spring과 hibernate 연동을 위한 메이븐 디펜던시 설정(pom.xml) <!– Spring에서 ORM을 지원하기 위해 디펜던시 --> <dependency> <groupId>org.springframework</groupId> ...
[Spring] Filter와 Interceptor 차이
[Javascript] 호이스팅