From 86b50b506457eac6985dd9ffbcd2e6167dfd3e9e Mon Sep 17 00:00:00 2001 From: abdu <abdukiran@gmail.com> Date: Sun, 10 Nov 2024 21:53:23 +0100 Subject: [PATCH] update request redirection pattern --- src/main/resources/application.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 853c00d..6661331 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -4,3 +4,7 @@ spring.data.mongodb.uri=mongodb://${MONGO_USER}:${MONGO_PASSWORD}@${MONGO_HOST}: #openapi setup springdoc.api-docs.path=/v3/api-docs + +# pattern matching für controller +spring.mvc.pathmatch.matching-strategy=ant_path_matcher + -- GitLab