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
- jsp
- ES6
- Keycloak 17.0.1
- JavaScript
- 자바스크립트
- aws
- Docker
- vue
- SpringBoot
- 메서드
- keycloak
- java
- gradle
- lightsail
- nginx
- jpa
- Flutter
- 알고리즘
- 스프링
- json
- arraylist
- spring
- 맥길대학교
- 글로벌
- 에러
- REACT
- 현장학습
- vue.js
- jQuery
- 인텔리제이
Archives
- Today
- Total
korean IT student
오라클 연동하기[ojdbc6 - 에러시] 본문
<repositories>
<repository>
<id>oracle</id>
<name>ORACLE JDBC Repository</name>
<url>https://maven.atlassian.com/3rdparty/</url>
</repository>
</repositories>
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>
<version>12.1.0.1-atlassian-hosted</version>
</dependency>
ojdbc6 에러시 스프링 pom.xml에 적용하면 된다.
'back-end > SPRING' 카테고리의 다른 글
SpringBoot - tomcat(spring profile 호출 방법) (0) | 2021.02.25 |
---|---|
스프링 어노테이션 및 패키지 정리 (0) | 2019.04.15 |
SK텔레콤에서 제공하는 날씨 API를 사용 (0) | 2018.08.03 |
Spring-모델 2 방식 (0) | 2017.11.17 |
Spring- VO와 DTO의 차이 (0) | 2017.09.24 |
Comments