zodiac-file-storage-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.gitee.zodiacstack</groupId>
<artifactId>zodiac-file-storage-spring-boot-starter</artifactId>
<version>1.6.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.gitee.zodiacstack</groupId>
<artifactId>zodiac-starters</artifactId>
<version>1.6.0</version>
</parent>
<groupId>com.gitee.zodiacstack</groupId>
<artifactId>zodiac-file-storage-spring-boot-starter</artifactId>
<version>1.6.0</version>
<name>Zodiac File Store Spring Boot Starter</name>
<description>Zodiac File Store Spring Boot Starter</description>
<url>https://gitee.com/zodiac/zodiac/zodiac-bom/zodiac-parent/zodiac-starters/zodiac-file-storage-spring-boot-starter</url>
<organization>
<name>Zodiac</name>
<url>https://gitee.com/zodiac/zodiac</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Zodiac Stack</name>
<email>zodiac@live.com</email>
<organization>Zodiac</organization>
<organizationUrl>https://gitee.com/zodiac/zodiac</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://gitee.com/zodiac/zodiac.git</connection>
<developerConnection>scm:git:ssh://gitee.com/zodiac/zodiac.git</developerConnection>
<url>https://gitee.com/zodiac/zodiac</url>
</scm>
<issueManagement>
<system></system>
<url></url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.gitee.zodiacstack</groupId>
<artifactId>zodiac-spring-boot-starter</artifactId>
<version>1.6.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.gitee.zodiacstack</groupId>
<artifactId>zodiac-file-storage</artifactId>
<version>1.6.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.gitee.zodiacstack</groupId>
<artifactId>zodiac-tenant-spring-boot-starter</artifactId>
<version>1.6.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>4.0.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<version>5.2.12.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.coobird</groupId>
<artifactId>thumbnailator</artifactId>
<version>0.4.19</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>