일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 85mm f/1.8G
- 꽃
- 푸른초장교회
- D750
- 여름성경학교
- 니콘
- 카메라
- 푸초
- daily
- 하늘풍경
- 50mm f/1.8G
- 18-35mm
- 85mm 1.8g
- 일상
- 렌즈
- AF-S NIKKOR 50mm f/1.8G
- spring
- camera
- 출사
- Photo
- 50mm
- 사진
- AF-S NIKKOR 18-35mm f/3.5-4.5G ED
- af-s 18-35
- AF-S 18-35mm
- Nikon
- nikkor
- 풍경
- AF-S NIKKOR 85mm f/1.8G
- 경치
Archives
- Today
- Total
병갈이 블록
Spring 연동 01 본문
1. 라이브러리 다운받기
<repositories>
<repository>
<id>oracle</id>
<name>ORACLE JDBC Repository</name>
<url>https://code.lds.org/nexus/content/groups/main-repo</url>
</repository>
</repositories>
위 코드를 <dependencies> 위에 작성
2. 아래 코드 디펜던시에 추가
<!-- https://mvnrepository.com/artifact/commons-dbcp/commons-dbcp -->
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>1.4</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.oracle/ojdbc14 -->
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>
<version>11.2.0.3</version>
</dependency>
'IT(Old) > Oracle 기록' 카테고리의 다른 글
오라클 유저 생성 및 권한. (0) | 2019.09.25 |
---|---|
오라클 에러 정리. (0) | 2019.09.25 |
Docker에 오라클 설치 및 sqlplus 진입 (0) | 2019.09.25 |
Group by 함수 정리_v0.1 (0) | 2019.08.27 |
기본 DDL (0) | 2018.11.12 |
Comments