Background Image
응용개발
2015.12.09 18:49

maven에서 CUBRID JDBC Driver 추가하기

조회 수 8946 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부

maven을 이용하여 CUBRID JDBC Driver를 자동으로 추가하기 위해서는 pom.xml 파일에 아래 내용들을 추가하면 됩니다.


1. cubrid repository 추가

2. cubrid dependency 추가


예제

1. <repositories> 태그 내에 아래와 같이 <repository> 태그 추가

  - <repositories> 태그가 없을 경우 <properties> 태그 아래 부분에 추가

<repositories>

<repository>

<id>cubrid</id>

<url>http://maven.cubrid.org/</url>

</repository>

</repositories> 


2. <dependencies> 태그 내에 cubrid 관련 <dependency> 태그 추가

  <dependencies>

... (생략)...

<dependency>

<groupId>cubrid</groupId>

<artifactId>cubrid-jdbc</artifactId>

<version>9.3.2.0016</version>

</dependency>

</dependencies>


저장 후 로컬에 위치한 maven repository를 확인하시면 다음과 같이 CUBRID JDBC Driver를 확인하실 수 있습니다.

(기본 repository 경로 : ${user.home}/.m2/repository)1.png


  1. jdbc에서 질의 플랜정보 보는 방법

    Date2009.04.15 Category응용개발 By손승일 Views15840
    Read More
  2. jdbc에서 bit 데이터 타입 사용하기

    Date2009.04.11 Category응용개발 By손승일 Views15013
    Read More
  3. PHP에서 prepared statement 사용시 BIND 관련 팁

    Date2009.06.30 Category응용개발 ByPrototype Views14843
    Read More
  4. 전체 레코드 개수 확인하는 SP

    Date2015.05.07 Category응용개발 By김승훈 Views14728
    Read More
  5. cubrid-php module r2.2 이상 버젼에서 configure시에 주의사항

    Date2010.07.20 Category응용개발 Byseongjoon Views14007
    Read More
  6. PHP 프로그램을 작성할때 주의할 점

    Date2009.07.01 Category응용개발 ByPrototype Views13728
    Read More
  7. CUBRID에서 SQL힌트와 주석을 쓸 때 순서.

    Date2012.01.11 Category응용개발 Bycubebridge Views13324
    Read More
  8. 용량이 큰 데이터를 질의로 저장하는 방법

    Date2009.11.26 Category응용개발 By남재우 Views12117
    Read More
  9. maven에서 CUBRID JDBC Driver 추가하기

    Date2015.12.09 Category응용개발 By김승훈 Views8946
    Read More
  10. JAVA SP 사용 시 로그 처리 방법

    Date2015.06.03 Category응용개발 By손승일 Views8574
    Read More
  11. CUBRID HA 제약 사항 및 확인 방법

    Date2015.12.29 Category응용개발 By손승일 Views5305
    Read More
  12. Windows 환경에서 JAVA SP 사용 utf-8 한글 깨짐 해결

    Date2016.07.01 Category응용개발 By손승일 Views4592
    Read More
  13. CUBRID DB에서 critical section 정보 출력하기

    Date2015.12.31 Category응용개발 By주현 Views4592
    Read More
  14. Windows에서 32bit 버전의 PHP 설치 후 CUBRID와 연동 실패 시 해결 방법

    Date2016.03.28 Category응용개발 By진우진 Views4523
    Read More
  15. CUBRID PHP 드라이버 빌드와 연동방법

    Date2018.03.07 Category응용개발 By정만영 Views3767
    Read More
  16. CUBRID 와 DBCP의 관계

    Date2016.12.14 Category응용개발 By엄기호 Views2798
    Read More
Board Pagination Prev 1 2 3 Next
/ 3

Contact Cubrid

대표전화 070-4077-2110 / 기술문의 070-4077-2113 / 영업문의 070-4077-2112 / Email. contact_at_cubrid.com
Contact Sales