From bda9f4edf25ebc2840e09c6d98aef124977dab49 Mon Sep 17 00:00:00 2001 From: qinyingjie Date: Fri, 9 Dec 2022 13:51:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 -- src/main/resources/application.yaml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9931946..07304c7 100644 --- a/pom.xml +++ b/pom.xml @@ -71,8 +71,6 @@ springfox-swagger-ui 2.9.2 - - diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 4983734..410a7ed 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -4,7 +4,7 @@ server: swagger: enable: true - +#兼容swagger配置 spring: mvc: pathmatch: -- GitLab