Problem: the project downloaded from SVN reports an error: {datasource-1} init error} oracle jdbc. OracleDriver
Reason: in the POM corresponding to the project The configuration corresponding to orcal database connection is not introduced in the XML file
<dependency> <groupId>com.oracle</groupId> <artifactId>ojdbc6</artifactId> <version>11.2.0.4.0</version> </dependency>
After adding configuration, restart the project and solve the problem
Similar Posts:
- [Solved] Error reported when adding ojdbc6 to springboot
- springboot Cannot load driver class: oracle.jdbc.driver.OracleDriver
- [Solved] java.lang.NoClassDefFoundError: net/sf/jsqlparser/expression/Expression
- [Solved] SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”.
- [Solved] Cannot initialize Cluster. Please check your configuration for mapreduce.framework.name and the correspond server addresses
- [Solved] Cannot initialize Cluster. Please check your configuration for mapreduce.framework.name and the correspond server addresses
- [Solved] Whitelabel page error when using Swagger2 in SpringBoot
- Pom.xml add dependency error [How to Solve]
- [Solved] SparkSQL Error: org.apache.hadoop.security.HadoopKerberosName.setRuleMechanism
- [Solved] Jsonobject has no from object, idea has no Maven dependency, jsonobject Maven dependency package