The POM for oracle:ojdbc6:jar:11.2.0.3 is missing, no dependency information available
项目编译时报错:
[ERROR] Failed to execute goal on project oraclereader: Could not resolve dependencies for project xxx:Failure to find oracle:ojdbc6:jar:11.…
错误记录5:
报错如下:Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name sessionFactory defined in class path resource [applicationContext.xml]: Invocation of ini…
具体情况如图所示 已导入jar包 代码如下 public class DBUtil { private static final String url"jdbc:Oracle:thin:localhost:1521:od"; private static final String user"system"; private static final String password"yzj9454"; public …