Database/oracle
-
maven 설정Database/oracle 2018. 6. 22. 13:51
메이븐 설치 - 패스등록--------------------------로컬 저장소에 설치ojdbc6.jar$ mvn install:install-file -Dfile={Path/to/your/ojdbc6.jar} -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0 -Dpackaging=jar예)jar파일이 있는 폴더로 이동해서mvn install:install-file -Dfile=ojdbc6.jar -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0.3 -Dpackaging=jarojdbc7.jar$ mvn install:install-file -Dfile={Path/to/your/ojdbc7.jar..