From 9fda09fd8d768e25748486fac87c5222a9e81282 Mon Sep 17 00:00:00 2001 From: zhoujiajian Date: Fri, 16 Aug 2024 19:08:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20template/entrance/web/src/?= =?UTF-8?q?main/resources/application.properties?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/entrance/web/src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template/entrance/web/src/main/resources/application.properties b/template/entrance/web/src/main/resources/application.properties index aa1f493..2bdb699 100644 --- a/template/entrance/web/src/main/resources/application.properties +++ b/template/entrance/web/src/main/resources/application.properties @@ -4,3 +4,5 @@ spring.main.allow-bean-definition-overriding=true project_id=${projectId} project_name=handeTest check=true + +spring.mvc.pathmatch.matching-strategy=ANT_PATH_MATCHER \ No newline at end of file