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