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
- 파이선
- 자바의정석
- java
- 어노테이션
- 자바
- CRUD구현
- 파이썬
- spring
- 소프트웨어설계
- 소프트웨어개발
- 게시판프로젝트
- 정처기설명
- 프로그래머스
- 정처기공부
- 게시판만들기
- 정보처리기사
- 정처기예상문제
- 정보처리기사필기
- 코딩테스트
- PYTHON
- 자바의정석요약
- 스프링
- 스프링부트
- 정처기
- 이것이자바다
- function
- springboot
- 게시판
- 정처기필기
- CRUD
Archives
- Today
- Total
목록hikaripool error (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