Maven ojdbc jar dependency error: package oracle.jdbc does not exist

后端 未结 5 1573
孤城傲影
孤城傲影 2021-01-17 16:29

Heading

Am trying to use jdbc connection in my Java EE6 application(class name VisualizerRepository.java), i have the jdbc driver in nexus repository

The c

5条回答
  •  执笔经年
    2021-01-17 17:02

    Oracle JDBC drivers are accessible from Oracle Maven Repository with some additional security related steps.
    Check the blog "Get Oracle JDBC drivers and UCP from Oracle Maven Repository (without IDEs)" for more details.

提交回复
热议问题