일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- python 개발환경
- springboot
- mybatis
- hikari
- template
- Linux
- log4j2
- Spring Boot
- ubuntu
- datasource
- 라즈베리파이
- between date
- github
- bitbucket
- git
- MySQL
- hikaricp
- between 날짜
- Java
- catalina log
- oracle
- intellij
- log4j profile
- 배열스트링
- Spring
- Spring Security
- ORACLE CLOUD
- oracle between
- STS
- Gradle
- Today
- Total
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- python 개발환경
- springboot
- mybatis
- hikari
- template
- Linux
- log4j2
- Spring Boot
- ubuntu
- datasource
- 라즈베리파이
- between date
- github
- bitbucket
- git
- MySQL
- hikaricp
- between 날짜
- Java
- catalina log
- oracle
- intellij
- log4j profile
- 배열스트링
- Spring
- Spring Security
- ORACLE CLOUD
- oracle between
- STS
- Gradle
- Today
- Total
목록hikari (4)
파워노트
mybatis 설정을 해보자 * datasource 를 설정을 해보았다. 이제는 springboot 에서 쿼리를 쉽게 사용하기 위해 매핑 및 설정을 해주자. 2021.08.10 - [spring boot] - [ skeleton ] springboot 프로젝트 - hikariCP 설정 [ skeleton ] springboot 프로젝트 - hikariCP 설정 [ skeleton ] springboot 프로젝트 - mysql 연동 mysql 연동하는 프로젝트 설정. 데이터 처리 적용. hikari 설정. 자주 마주치는 오류 spring-boot-starter-data-jdbc, spring-boot-starter-data-jpa 와 같은 의.. powernote.tistory.com 2021.11.15 ..
[ skeleton ] springboot 프로젝트 - oracle 연동 요즘 핫한 무료로 주는 oracle cloud 의 DB ATP 를 연결해 보자. oracle ATP 또는 ADW 생성 및 접속을 위한 wallet 다운로드는 아래 URL 참고 - https://www.oracle.com/database/technologies/getting-started-using-jdbc.html 다운받은 wallet 을 특정 장소에 다운받아 놓고 spring boot 에서 사용할 수 있도록 설정한다. # oracle cloud free tire - https://www.oracle.com/kr/cloud/free 설정하기 build.gradle dependency 설정 // oracle cloud implemen..
jpbc pool jdbc : https://ko.wikipedia.org/wiki/JDBC - Java Database Connectivity 즉 java에서 데이터 베이스를 연결할때 사용하는 놈이다. 그렇다면 jdbc pool 은 무었인냐? - 무수히 데이터베이스에 연결하고 사용하고 종료하고 다시 연결하고...이럴때 자원의 효율을 위해 사용되는 pool이다. jdbc pool 의 종류 HikariCP Tomcat pooling Datasource Commons DBCP2 왜 갑자기 HikariCP 이야기냐? - 갑자기는 아니고 언제부터인지? 잘 모르지만 spring boot 2.x 에서 hikariCP가 기본으로사용된다. - springboot 문서를 보면 아래와 같다. spring-boot-star..
[ skeleton ] springboot 프로젝트 - mysql 연동 mysql 연동하는 프로젝트 설정. 데이터 처리 적용. hikari 설정. 자주 마주치는 오류 spring-boot-starter-data-jdbc, spring-boot-starter-data-jpa 와 같은 의존성을 추가하고 springboot 를 실행하면. 아래와 같은 경고가 나타난다. *************************** APPLICATION FAILED TO START *************************** Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource cou..