wenwj
2025-04-08 7dac4deb10374dc33ca562eb1d7b7c9cc67dc04c
aps-modules/aps-core/pom.xml
@@ -41,25 +41,35 @@
            <artifactId>spring-boot-starter-actuator</artifactId>
        </dependency>
        
        <!-- SpringBoot Web -->
        <!-- Mysql Connector -->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
            <groupId>com.mysql</groupId>
            <artifactId>mysql-connector-j</artifactId>
        </dependency>
        
        <!-- Minio -->
        <dependency>
            <groupId>io.minio</groupId>
            <artifactId>minio</artifactId>
            <version>${minio.version}</version>
        </dependency>
        <!-- RuoYi Api System -->
        <!-- RuoYi Common DataSource -->
        <dependency>
            <groupId>com.aps</groupId>
            <artifactId>aps-api-system</artifactId>
            <artifactId>aps-common-datasource</artifactId>
        </dependency>
        
        <!-- RuoYi Common DataScope -->
        <dependency>
            <groupId>com.aps</groupId>
            <artifactId>aps-common-datascope</artifactId>
        </dependency>
        <!-- RuoYi Common Log -->
        <dependency>
            <groupId>com.aps</groupId>
            <artifactId>aps-common-log</artifactId>
        </dependency>
        <!-- RuoYi Common Swagger -->
        <dependency>
            <groupId>com.aps</groupId>
            <artifactId>aps-common-swagger</artifactId>
        </dependency>
    </dependencies>
    <build>