From b89d962a50d29bda931d886aefa0c00a13616660 Mon Sep 17 00:00:00 2001
From: daiyongfei <974332738@qq.com>
Date: Mon, 30 Jun 2025 09:38:24 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20springdoc-openapi-starter-?=
=?UTF-8?q?webmvc-ui=20=E4=BE=9D=E8=B5=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
fys-common/fys-common-doc/pom.xml | 5 +++++
pom.xml | 11 +++++++++++
2 files changed, 16 insertions(+)
diff --git a/fys-common/fys-common-doc/pom.xml b/fys-common/fys-common-doc/pom.xml
index 3cb1b65..8f924d7 100644
--- a/fys-common/fys-common-doc/pom.xml
+++ b/fys-common/fys-common-doc/pom.xml
@@ -26,6 +26,11 @@
springdoc-openapi-starter-webmvc-api
+
+ org.springdoc
+ springdoc-openapi-starter-webmvc-ui
+
+
com.github.therapi
therapi-runtime-javadoc
diff --git a/pom.xml b/pom.xml
index ef7b925..1c1623b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,6 +152,17 @@
springdoc-openapi-starter-webmvc-api
${springdoc.version}
+
+
+
+
+
+
+
+ org.springdoc
+ springdoc-openapi-starter-webmvc-ui
+ 2.8.8
+
com.github.therapi