From 9744e121abec311c1f9a7c89eff6744915b2b7c8 Mon Sep 17 00:00:00 2001 From: panagiotiskakos Date: Fri, 9 Sep 2022 11:10:49 +0300 Subject: [PATCH] [JAVA-14014] Added matching strategy --- .../src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-modules/spring-boot-swagger-jwt/src/main/resources/application.properties b/spring-boot-modules/spring-boot-swagger-jwt/src/main/resources/application.properties index e69de29bb2..a4e98652bc 100644 --- a/spring-boot-modules/spring-boot-swagger-jwt/src/main/resources/application.properties +++ b/spring-boot-modules/spring-boot-swagger-jwt/src/main/resources/application.properties @@ -0,0 +1 @@ +spring.mvc.pathmatch.matching-strategy = ANT_PATH_MATCHER \ No newline at end of file