applicationContext에서 위와 같이 jdbcTemplate 추가시 위와 같은 문장 오류가 발생한다.
해당 문제의 해결은 pom.xml에서 위와 같이 jdbc dependency로 추가해주면 아래와 같이 해결된 것을 확인할 수 있다.
'[웹개발] > Spring 오류' 카테고리의 다른 글
[Spring 오류] 스프링 404 오류가 발생할 경우(1) (0) | 2019.11.29 |
---|---|
[Spring 오류] NullPointerException 오류 (0) | 2019.11.26 |
[Spring 오류] dbcp > dataSource > property > driverClassName 관련 (0) | 2019.11.25 |
[Spring 오류] 'context:component-scan' 요소에 대한 선언을 찾을 수 없습니다. Cannot find the declaration of element 'beans' 오류 (0) | 2019.11.25 |
[Spring 오류] org.apache.commons.dbcp.BasicDataSource 에러 (0) | 2019.11.21 |