pom.xml
@@ -189,11 +189,20 @@ <scope>system</scope> <systemPath>${project.basedir}/src/main/resources/lib/oscarJDBC8.jar</systemPath> </dependency> <!-- 手动安装本地驱动 --> <dependency> <groupId>com.dameng</groupId> <artifactId>DmJdbcDriver</artifactId> <version>8.0</version> <scope>system</scope> <systemPath>${project.basedir}/lib/DmJdbcDriver18.jar</systemPath> </dependency> </dependencies> <build> <finalName>shzhwcs</finalName> <finalName>shydwcs</finalName> <plugins> <plugin> <groupId>org.springframework.boot</groupId>