From 83f735a2f38d01eabc13e7dd257960ceb40cbac9 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 26 九月 2022 17:50:57 +0800 Subject: [PATCH] 1 --- src/main/resources/application.yml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 254ec56..d2c3d6c 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -7,6 +7,9 @@ context-path: /land spring: + mvc: + pathmatch: + matching-strategy: ant_path_matcher datasource: username : postgres password: postgres -- Gitblit v1.9.3