core starter 支持 springboot3.

This commit is contained in:
刘小平 2024-08-01 16:46:21 +08:00
parent 62f37b30f3
commit 8fc9989f25

View File

@ -23,6 +23,15 @@
<groupId>me.liuxp</groupId> <groupId>me.liuxp</groupId>
<artifactId>minio-plus-core</artifactId> <artifactId>minio-plus-core</artifactId>
</dependency> </dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>${swagger.jakarta.version}</version>
</dependency>
</dependencies> </dependencies>
</project> </project>