공부하는 블로그입니다!
궁금한 점은 댓글을 달아주세요!
(jsp) intellij에서 javaspring applicationContext.xml 위치
String configLocation = "classpath:applicationContext.xml";
이런식으로 classpath를 사용하고 싶다면
이런식으로 src/main/resources 밑으로 applicationContext.xml 파일을 넣어주면 된다.
Thank You For Reading