pom.xml配置 Dependency 'com.oracle:ojdbc6:' not found
答主在maven配置oracle的dependency时总是报错原因:mavenrepositary中没有这个资源,只能通过配置本地库才能加载到项目中去。解决方法:1.到oracle官网下载ojdbc6.jar,存到本地,比如:D:\oracle\ojdbc6.jar。2.cmd输入mvninstall:install-file-DgroupId=com.oracle-DartifactId=oj