diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index c6465930c1bedb6e10dea3723e76ec608cc5d427..498373484befdd9106c0a6c7b1ea266b7642d578 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -2,4 +2,10 @@ server: port: 8761 swagger: - enable: true \ No newline at end of file + enable: true + + +spring: + mvc: + pathmatch: + matching-strategy: ant_path_matcher \ No newline at end of file