PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'driverClassName' threw exception; nested exception is java.lang.IllegalStateException: Could not load JDBC driver class [oracle.jdbc.dreiver.OracleDriver:]



서버구동시에 위와 같은 에러가 난다면


ojdbc6.jar




jdbc 드라이버 파일이 다음 위치에 있는가 확인하고 없으면 추가하면 된다.


1. jre의 library 디렉토리


jdk1.8\jre\lib\ext


2. tomcat의 library 디렉토리


tomcat\lib



나는 톰캣폴더에 없어서 추가했더니 오류해결

+ Recent posts