Spring
[spring] VO,DTO 객체에는 @Autowired 붙이지않는다.
for문
2020. 12. 2. 19:53
VO,DTO 객체는 데이터를 담는 역할을 하기 때문에 Autowired를 사용하지 않는다.