diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 853c00d02ab4c4c88c3bd96af4112d5af9d1ae11..666133117b5a2a6146fc40a1a6edd6dd3a67d353 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 +