일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- catalina log
- Java
- intellij
- 배열스트링
- log4j2
- hikaricp
- Gradle
- oracle between
- log4j profile
- git
- Linux
- python 개발환경
- 라즈베리파이
- MySQL
- Spring Boot
- between 날짜
- ORACLE CLOUD
- between date
- springboot
- STS
- github
- oracle
- Spring
- datasource
- hikari
- mybatis
- ubuntu
- bitbucket
- Spring Security
- template
- 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 |
- catalina log
- Java
- intellij
- 배열스트링
- log4j2
- hikaricp
- Gradle
- oracle between
- log4j profile
- git
- Linux
- python 개발환경
- 라즈베리파이
- MySQL
- Spring Boot
- between 날짜
- ORACLE CLOUD
- between date
- springboot
- STS
- github
- oracle
- Spring
- datasource
- hikari
- mybatis
- ubuntu
- bitbucket
- Spring Security
- template
- Today
- Total
목록ORACLE CLOUD (2)
파워노트
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..