Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- springboot
- 자바의정석요약
- 어노테이션
- 소프트웨어개발
- function
- 게시판
- 파이썬
- 코딩테스트
- 정보처리기사
- 정처기예상문제
- 스프링
- PYTHON
- 스프링부트
- 프로그래머스
- 정처기
- 파이선
- 정처기공부
- spring
- 이것이자바다
- 게시판프로젝트
- java
- 정보처리기사필기
- 게시판만들기
- 자바의정석
- 소프트웨어설계
- 자바
- 정처기필기
- CRUD
- CRUD구현
- 정처기설명
Archives
- Today
- Total
목록ojdbc (1)
Helmi
에러) Driver does not support get/set network timeout for connections.
플젝 만들어보는 도중, 에러가 떴다. com.zaxxer.hikari.pool.PoolBase - HikariPool 1 - Driver does not support get/set network timeout for connections. (Receiver class oracle.jdbc.driver.T4CConnection does not define or inherit an implementation of the resolved method abstract getNetworkTimeout()I of interface java.sql.Connection.) 이런 에러였는데, 찾아보니 ojdbc.jar이 오래된거라 그렇다고 한다. 그래서 ojdbc8.jar을 다운받아주고 적용해줬다. 다운 링크 http..
Errors
2023. 4. 27. 11:15