From bec3866129cb8c549a111c457b75badb03076fb8 Mon Sep 17 00:00:00 2001 From: Krzysiek Date: Mon, 13 Dec 2021 13:58:01 +0100 Subject: [PATCH] JAVA-8794: Set spring.mvc.pathmatch.matching-strategy property --- .../spring-boot-mvc/src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-modules/spring-boot-mvc/src/main/resources/application.properties b/spring-boot-modules/spring-boot-mvc/src/main/resources/application.properties index 7f399bb11d..a24a95c8e7 100644 --- a/spring-boot-modules/spring-boot-mvc/src/main/resources/application.properties +++ b/spring-boot-modules/spring-boot-mvc/src/main/resources/application.properties @@ -1 +1,2 @@ -spring.thymeleaf.view-names=thymeleaf/* \ No newline at end of file +spring.thymeleaf.view-names=thymeleaf/* +spring.mvc.pathmatch.matching-strategy=ant_path_matcher \ No newline at end of file