mirror of
https://gitee.com/lxp135/minio-plus.git
synced 2025-12-06 17:08:26 +08:00
调整包结构,以springboot3为主干版本,发布正式版1.0.0
This commit is contained in:
parent
2d58a56ad2
commit
f478abbd8d
@ -15,7 +15,7 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.liuxp</groupId>
|
<groupId>me.liuxp</groupId>
|
||||||
<artifactId>minio-plus-core-spring-boot-starter</artifactId>
|
<artifactId>minio-plus-core-springboot2-starter</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.liuxp</groupId>
|
<groupId>me.liuxp</groupId>
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.liuxp</groupId>
|
<groupId>me.liuxp</groupId>
|
||||||
<artifactId>minio-plus-all-spring-boot-starter</artifactId>
|
<artifactId>minio-plus-all-springboot2-starter</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.liuxp</groupId>
|
<groupId>me.liuxp</groupId>
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.liuxp</groupId>
|
<groupId>me.liuxp</groupId>
|
||||||
<artifactId>minio-plus-all-springboot3-starter</artifactId>
|
<artifactId>minio-plus-all-springboot-starter</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.liuxp</groupId>
|
<groupId>me.liuxp</groupId>
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>minio-plus-all-springboot3-starter</artifactId>
|
<artifactId>minio-plus-all-springboot-starter</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
@ -9,7 +9,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>minio-plus-all-spring-boot-starter</artifactId>
|
<artifactId>minio-plus-all-springboot2-starter</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
@ -9,7 +9,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>minio-plus-core-springboot3-starter</artifactId>
|
<artifactId>minio-plus-core-springboot-starter</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
@ -9,7 +9,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>minio-plus-core-spring-boot-starter</artifactId>
|
<artifactId>minio-plus-core-springboot2-starter</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
@ -13,10 +13,10 @@
|
|||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>minio-plus-all-spring-boot-starter</module>
|
<module>minio-plus-all-springboot2-starter</module>
|
||||||
<module>minio-plus-core-spring-boot-starter</module>
|
<module>minio-plus-core-springboot2-starter</module>
|
||||||
<module>minio-plus-all-springboot3-starter</module>
|
<module>minio-plus-all-springboot-starter</module>
|
||||||
<module>minio-plus-core-springboot3-starter</module>
|
<module>minio-plus-core-springboot-starter</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
10
pom.xml
10
pom.xml
@ -49,7 +49,7 @@
|
|||||||
<maven.compiler.source>1.8</maven.compiler.source>
|
<maven.compiler.source>1.8</maven.compiler.source>
|
||||||
<maven.compiler.target>1.8</maven.compiler.target>
|
<maven.compiler.target>1.8</maven.compiler.target>
|
||||||
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
|
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
|
||||||
<revision>0.1.5</revision>
|
<revision>1.0.0</revision>
|
||||||
<spring-boot2.version>2.7.18</spring-boot2.version>
|
<spring-boot2.version>2.7.18</spring-boot2.version>
|
||||||
<spring-boot3.version>3.3.2</spring-boot3.version>
|
<spring-boot3.version>3.3.2</spring-boot3.version>
|
||||||
<spring-boot.version>${spring-boot2.version}</spring-boot.version>
|
<spring-boot.version>${spring-boot2.version}</spring-boot.version>
|
||||||
@ -162,22 +162,22 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.liuxp</groupId>
|
<groupId>me.liuxp</groupId>
|
||||||
<artifactId>minio-plus-all-spring-boot-starter</artifactId>
|
<artifactId>minio-plus-all-springboot2-starter</artifactId>
|
||||||
<version>${revision}</version>
|
<version>${revision}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.liuxp</groupId>
|
<groupId>me.liuxp</groupId>
|
||||||
<artifactId>minio-plus-core-spring-boot-starter</artifactId>
|
<artifactId>minio-plus-core-springboot2-starter</artifactId>
|
||||||
<version>${revision}</version>
|
<version>${revision}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.liuxp</groupId>
|
<groupId>me.liuxp</groupId>
|
||||||
<artifactId>minio-plus-all-springboot3-starter</artifactId>
|
<artifactId>minio-plus-all-springboot-starter</artifactId>
|
||||||
<version>${revision}</version>
|
<version>${revision}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.liuxp</groupId>
|
<groupId>me.liuxp</groupId>
|
||||||
<artifactId>minio-plus-core-springboot3-starter</artifactId>
|
<artifactId>minio-plus-core-springboot-starter</artifactId>
|
||||||
<version>${revision}</version>
|
<version>${revision}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user