From 28fc8b028099f0fd4719b0a35d4fb98a728d73cd Mon Sep 17 00:00:00 2001 From: leutu <leutu@qq.com> Date: 星期三, 19 六月 2024 14:20:57 +0800 Subject: [PATCH] 新增对fastgpt api请求知识库接口 --- pom.xml | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index db3575d..8d85da5 100644 --- a/pom.xml +++ b/pom.xml @@ -55,6 +55,19 @@ <artifactId>httpclient</artifactId> <version>4.5.14</version> </dependency> + <dependency> + <groupId>org.springdoc</groupId> + <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> + <version>2.1.0</version> + </dependency> + + <dependency> + <groupId>org.springdoc</groupId> + <artifactId>springdoc-openapi-starter-webmvc-api</artifactId> + <version>2.1.0</version> + </dependency> + + </dependencies> <dependencyManagement> <dependencies> -- Gitblit v1.9.3