huangjiayang
2025-05-14 f1dc095e386dcc96c6c72b9e27f2edc2cd00b1e7
【UPDATE】job、system服务增加mybatis-plus引用
已修改2个文件
41 ■■■■■ 文件已修改
aps-modules/aps-job/pom.xml 27 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aps-modules/aps-system/pom.xml 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aps-modules/aps-job/pom.xml
@@ -76,6 +76,33 @@
            <scope>provided</scope>
        </dependency>
        <!-- 生成数据字典 -->
        <dependency>
            <groupId>cn.smallbun.screw</groupId>
            <artifactId>screw-core</artifactId>
            <version>1.0.5</version>
        </dependency>
        <!-- RuoYi Api System -->
<!--        <dependency>-->
<!--            <groupId>com.aps</groupId>-->
<!--            <artifactId>aps-api-system</artifactId>-->
<!--        </dependency>-->
        <!-- mybatis-plus -->
        <dependency>
            <groupId>org.mybatis</groupId>
            <artifactId>mybatis-spring</artifactId>
        </dependency>
        <dependency>
            <groupId>com.baomidou</groupId>
            <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
        </dependency>
        <dependency>
            <groupId>com.baomidou</groupId>
            <artifactId>mybatis-plus-jsqlparser</artifactId>
        </dependency>
    </dependencies>
    <build>
aps-modules/aps-system/pom.xml
@@ -73,6 +73,20 @@
            <artifactId>aps-common-swagger</artifactId>
        </dependency>
        <!-- mybatis-plus -->
        <dependency>
            <groupId>org.mybatis</groupId>
            <artifactId>mybatis-spring</artifactId>
        </dependency>
        <dependency>
            <groupId>com.baomidou</groupId>
            <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
        </dependency>
        <dependency>
            <groupId>com.baomidou</groupId>
            <artifactId>mybatis-plus-jsqlparser</artifactId>
        </dependency>
    </dependencies>
    <build>