From 993c6978ad57926a777e3837053e7b28da62ee93 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期三, 13 七月 2022 15:06:36 +0800 Subject: [PATCH] 工作台相关接口 --- pom.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 40 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 2ae1435..217e9f4 100644 --- a/pom.xml +++ b/pom.xml @@ -40,6 +40,46 @@ <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.3.2</version> </dependency> + <dependency> + <groupId>io.minio</groupId> + <artifactId>minio</artifactId> + <version>7.1.0</version> + </dependency> + <dependency> + <groupId>io.springfox</groupId> + <artifactId>springfox-swagger2</artifactId> + <version>3.0.0</version> + <exclusions> + <exclusion> + <groupId>io.swagger</groupId> + <artifactId>swagger-annotations</artifactId> + </exclusion> + <exclusion> + <groupId>io.swagger</groupId> + <artifactId>swagger-models</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.swagger</groupId> + <artifactId>swagger-annotations</artifactId> + <version>1.5.21</version> + </dependency> + <dependency> + <groupId>io.swagger</groupId> + <artifactId>swagger-models</artifactId> + <version>1.5.21</version> + </dependency> + <dependency> + <groupId>com.github.xiaoymin</groupId> + <artifactId>swagger-bootstrap-ui</artifactId> + <version>1.9.6</version> + </dependency> + <dependency> + <groupId>cn.hutool</groupId> + <artifactId>hutool-all</artifactId> + <version>5.8.3</version> + </dependency> </dependencies> <build> -- Gitblit v1.8.0