办学质量监测教学评价系统
ageerle
2025-03-04 d1b6a13a58afa4e03f4d6cb0a62cd759ccf306f4
ruoyi-modules/ruoyi-fusion/pom.xml
@@ -11,7 +11,7 @@
    <artifactId>ruoyi-fusion</artifactId>
    <description>
       AI绘画
       三方API接入
    </description>
    <properties>
@@ -29,10 +29,7 @@
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-data-redis</artifactId>
@@ -114,6 +111,10 @@
            <groupId>org.ruoyi</groupId>
            <artifactId>ruoyi-system</artifactId>
        </dependency>
        <dependency>
            <groupId>org.ruoyi</groupId>
            <artifactId>ruoyi-knowledge</artifactId>
        </dependency>
    </dependencies>
</project>