From 1c20c45b6b98584fa22aca1e104fc50893751845 Mon Sep 17 00:00:00 2001 From: bruce Date: Mon, 18 May 2026 20:52:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BC=95=E5=85=A5Web=E4=B8=8EOpenAPI?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=B9=B6=E5=BF=BD=E7=95=A5=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- pom.xml | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eebc32d..16e5207 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,5 @@ build/ ### VS Code ### .vscode/ -/docs/ \ No newline at end of file +/docs/ +src/main/resources/application-dev.yaml diff --git a/pom.xml b/pom.xml index 3e59eee..b9eeb8d 100644 --- a/pom.xml +++ b/pom.xml @@ -36,6 +36,11 @@ spring-boot-starter + + org.springframework.boot + spring-boot-starter-web + + com.baomidou mybatis-plus-spring-boot4-starter @@ -54,6 +59,17 @@ runtime + + com.fasterxml.jackson.core + jackson-annotations + + + + org.springdoc + springdoc-openapi-starter-webmvc-ui + 2.8.13 + + org.springframework.boot spring-boot-starter-test