peng
2026-04-01 ec07687838713fa8ec2e654f50f43d253e507bc5
start/pom.xml
@@ -42,11 +42,17 @@
            <groupId>mysql</groupId>
            <artifactId>mysql-connector-java</artifactId>
        </dependency>
        <dependency>
            <groupId>com.local</groupId>
            <artifactId>myjar</artifactId>
            <version>1.0</version>
            <scope>system</scope>
            <systemPath>${project.basedir}/src/main/resources/lib/JDBC-VB_P-2.13-2025082015.jar</systemPath> <!-- 关键:jar 路径 -->
        </dependency>
        <!-- 系统模块-->
        <dependency>
            <groupId>com.ycl</groupId>
            <artifactId>flowable</artifactId>
            <artifactId>business</artifactId>
        </dependency>
    </dependencies>