1.去maven仓库下载ojdbc的jar包
maven下载ojdbc问题
2.导入本地maven库(在maven文件夹中执行命令)

mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc7 -Dversion=12.1.0.2 -Dpackaging=jar -Dfile=C:\Users\Administrator\Downloads\ojdbc7-12.1.0.2.jar

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-15
  • 2021-09-16
  • 2022-12-23
  • 2022-02-07
  • 2021-05-19
猜你喜欢
  • 2021-04-24
  • 2021-08-19
  • 2021-12-26
  • 2022-12-23
  • 2022-02-07
  • 2021-10-04
相关资源
相似解决方案