프로젝트명 > 오른쪽마우스 > new > other > Spring >
Spring Bean Configuration File > 이름입력 > next클릭 > namespace설정
web.xml에서
<context-param>
<param-name>contextConfigLocation </param-name>
<param-value>classpath:applicationContext.xmlM</param-value>
</context-param>
'Spring' 카테고리의 다른 글
템플릿 메소드 패턴 / 팩토리 메소드 패턴 (0) | 2020.05.05 |
---|---|
jsp에서 한글이 깨지거나 @RequestParam등에서 깨질때 (0) | 2020.03.10 |
Controller 에서 Controller 로 보내는 방법 (0) | 2020.03.09 |
XMLHttpRequest.responseText 가 ??로 깨져서 나올경우 (0) | 2020.03.01 |
웹서버 구조와 스프링프레임워크의 장점 (0) | 2020.02.25 |