dev/Spring
[Spring] configuration 설정
dev_Step
2022. 1. 11. 22:26
설정을 해줄 class 생성
상속하면 3개를 오버라이드 하게 되는데..
getRootConfigClasses() 는 root-context.xml 를 대신하는 메서드 인데. 여기서는 RootConfig 를 사용할 것이므로, RootConfig.class를 return해준다,