From 25d0b412231e4b407f7ae3e7ab0e11f680c1cf90 Mon Sep 17 00:00:00 2001 From: tangheng Date: Wed, 18 Dec 2024 14:32:01 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=8A=8A/swagger-ui.html=E5=8A=A0?= =?UTF-8?q?=E5=85=A5=E7=99=BD=E5=90=8D=E5=8D=95=EF=BC=8C=E5=90=A6=E5=88=99?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E8=BF=99=E4=B8=AA=E5=9C=B0=E5=9D=80=E4=BE=9D?= =?UTF-8?q?=E7=84=B6=E9=9C=80=E8=A6=81=E6=A0=A1=E9=AA=8Ctoken?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit ee94c6237bc6f9a702495751ea4e1f592891613c) --- src/main/resources/application-dev.yml | 1 + src/main/resources/application-prod.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 00bd8854..cb6c707e 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -89,6 +89,7 @@ security: ignore-urls: - /v3/api-docs/** - /doc.html + - ${springdoc.swagger-ui.path} - /swagger-resources/** - /webjars/** - /swagger-ui/** diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 5e0f2137..78a48ba4 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -88,6 +88,7 @@ security: ignore-urls: - /v3/api-docs/** - /doc.html + - ${springdoc.swagger-ui.path} - /swagger-resources/** - /webjars/** - /swagger-ui/**