lty
2025-04-07 82c05e248641ef23976a78351c96680a30d8565e
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>