From ef96c40e8cec4c8eb4bc7e8c6f1ff2c9ef5e8317 Mon Sep 17 00:00:00 2001 From: qinyingjie Date: Fri, 9 Dec 2022 13:39:23 +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 --- src/main/resources/application.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index c646593..4983734 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -2,4 +2,10 @@ server: port: 8761 swagger: - enable: true \ No newline at end of file + enable: true + + +spring: + mvc: + pathmatch: + matching-strategy: ant_path_matcher \ No newline at end of file -- GitLab