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