From c9172960bda01fca866969cc6ec4ca126eb97104 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期一, 03 八月 2026 10:44:46 +0800
Subject: [PATCH] docs(skills): 添加 Obsidian Markdown 和 JSON Canvas 使用参考文档
---
yudao-module-mdm-api/pom.xml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/yudao-module-mdm-api/pom.xml b/yudao-module-mdm-api/pom.xml
index ccd7c49..0a90b63 100644
--- a/yudao-module-mdm-api/pom.xml
+++ b/yudao-module-mdm-api/pom.xml
@@ -21,6 +21,13 @@
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-common</artifactId>
</dependency>
+
+ <!-- Swagger 娉ㄨВ -->
+ <dependency>
+ <groupId>org.springdoc</groupId>
+ <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file
--
Gitblit v1.9.3