luohairen
2024-10-28 e6585fbca31f7f2997ba8558a18a769a204c9ba7
pom.xml
@@ -42,6 +42,16 @@
    <dependencies>
        <!-- 添加数据库驱动安装包(达梦) -->
        <dependency>
            <groupId>dm.jdbc</groupId>
            <artifactId>DmJdbcDriver18</artifactId>
            <version>1.8</version>
            <scope>system</scope>
            <systemPath>${project.basedir}/libs/DmJdbcDriver18.jar</systemPath>
        </dependency>
        <!-- caffeine -->
        <dependency>
            <groupId>com.github.ben-manes.caffeine</groupId>
@@ -210,6 +220,7 @@
                <version>${spring.boot.version}</version>
                <configuration>
                    <fork>true</fork>
                    <includeSystemScope>true</includeSystemScope>
                </configuration>
            </plugin>
            <plugin>