From 71cc1254e90fe5b61414e3dd372d6c807b8d62a9 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Thu, 18 Aug 2022 01:15:11 +0800 Subject: [PATCH] =?UTF-8?q?:building=5Fconstruction:=20=E6=96=B0=E5=A2=9EA?= =?UTF-8?q?PI=E6=96=87=E6=A1=A3=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo-api-doc/pom.xml | 21 +++++++++++++++++++++ pom.xml | 1 + 2 files changed, 22 insertions(+) create mode 100644 demo-api-doc/pom.xml diff --git a/demo-api-doc/pom.xml b/demo-api-doc/pom.xml new file mode 100644 index 0000000..aae7af4 --- /dev/null +++ b/demo-api-doc/pom.xml @@ -0,0 +1,21 @@ + + + + com.xkcoding + spring-boot-demo + 1.0.0-SNAPSHOT + + + 4.0.0 + + demo-api-doc + 1.0.0-SNAPSHOT + pom + + + 17 + + + diff --git a/pom.xml b/pom.xml index ab040eb..039b935 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,7 @@ demo-task demo-websocket demo-auth + demo-api-doc demo-monitor