| | |
| | | </parent> |
| | | <modelVersion>4.0.0</modelVersion> |
| | | |
| | | <artifactId>se-modules-file</artifactId> |
| | | <artifactId>se-modules-docker</artifactId> |
| | | |
| | | <description> |
| | | se-modules-file文件服务 |
| | | se-modules-docker服务 |
| | | </description> |
| | | |
| | | <dependencies> |
| | | |
| | | <!-- SpringCloud Alibaba Nacos --> |
| | | <dependency> |
| | | <groupId>com.alibaba.cloud</groupId> |
| | |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-actuator</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- FastDFS --> |
| | | <dependency> |
| | | <groupId>com.github.tobato</groupId> |
| | | <artifactId>fastdfs-client</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- Minio --> |
| | | <dependency> |
| | | <groupId>io.minio</groupId> |
| | | <artifactId>minio</artifactId> |
| | | <version>8.2.2</version> |
| | | <!-- <version>${minio.version}</version>--> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- SE Api System --> |
| | | <dependency> |
| | | <groupId>com.se</groupId> |
| | |
| | | <groupId>com.se</groupId> |
| | | <artifactId>se-common-swagger</artifactId> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | <build> |
| | |
| | | </plugin> |
| | | </plugins> |
| | | </build> |
| | | |
| | | </project> |