티스토리 뷰
살면서 다양하게 마주친 에러들(기록용)
Spring-Hikari-Oracle연동 시 나는 oracle.jdbc.driver.OracleDriver not found 에러
猫猫 2019. 10. 16. 17:12반응형
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="http://www.springframework.org/schema/beans
https://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-4.3.xsd">
<bean id="hikariConfig" class="com.zaxxer.hikari.HikariConfig">
<property name="driverClassName" value="oracle.jdbc.OracleDriver"></property>
<property name="jdbcUrl" value="jdbc:oracle:thin:@localhost:1521:orcl"></property>
<property name="username" value="book_ex"></property>
<property name="password" value="1234"></property>
</bean>
<bean id="dataSource" class="com.zaxxer.hikari.HikariDataSource" destroy-method="close">
<constructor-arg ref="hikariConfig" />
</bean>
<context:component-scan base-package="org.zerock.sample"></context:component-scan>
</beans>
oracle.jdbc.driver.OracleDriver 를 지원 중단하셨답니다..........................................................
에라이
해당 부분을
oracle.jdbc.OracleDriver 로 변경하면 에러없이 접속 잘된다.
반응형
'살면서 다양하게 마주친 에러들(기록용)' 카테고리의 다른 글
200120 Intellij git 연동 시 refs/heads/master:refs/heads/master [rejected] (fetch first) 오류 (0) | 2020.01.20 |
---|---|
Mybatis the content of element type **** must match 에러 (0) | 2019.10.24 |
인텔리J <-> Tomcat 8.5 서버 에러 (0) | 2019.10.16 |
191016 ORA-12560 ORA-12514 등등 기타 에러 (0) | 2019.10.16 |
우분투 mysql 터미널에서 test_db-master 에러났을때 (0) | 2019.09.05 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 정규식
- Spring
- 정규식 숫자만
- JSON파싱
- 정규식 한글만
- PageNotFound - No mapping for GET
- POI EXCEL
- 공백찾기
- JSON날짜
- SpringXmlModelInspection
- JSON
- poi
- spring error #
- no getter for property named
- 이메일 정규식
- 엑셀다운로드
- Failed to load resource: the server responded with a status of 404 (Not Found)
- ''찾기
- selectbox
- Regex
- 계좌번호정규식
- jQuery
- mybatis
- poi 엑셀
- 인텔리제이
- 정규식 특수문자
- IntelliJ #gradle #tomcat #spring #springmvc
- spring 엑셀
- js
- select제어
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함