Website content quality is poor, distribution efficiency is too low how to do?Huawei engineers offer 5 unique skills>>>
Put ojdbc. Jar in the project
Maven dependency configuration
<dependency> <groupId>com.oracle</groupId> <artifactId>ojdbc14</artifactId> <version>10.2.0.4.0</version> <scope>system</scope> <systemPath>${basedir}/src/main/resources/lib/ojdbc14.jar</systemPath> </dependency>