From 635d762aef37b5de6cd2e34f4a076ab56d9a239d Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期五, 11 四月 2025 17:35:11 +0800
Subject: [PATCH] 1. 添加自动输出接口API文档功能

---
 src/main/resources/application.yml |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 89e2e89..f94f027 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -35,4 +35,10 @@
     helperDialect: mysql
     reasonable: true
     supportMethodsArguments: true
-    params: count=countSql
\ No newline at end of file
+    params: count=countSql
+
+# Swagger json url address
+# etc. https://petstore.swagger.io/
+swagger.url: http://localhost:8080/v3/api-docs
+# api璁块棶缃戝潃
+# api url : http://localhost:8080/swagger-ui/index.html
\ No newline at end of file

--
Gitblit v1.9.3