remove config mvc.pathmatch.matching-strategy

This commit is contained in:
thinkgem
2025-10-16 13:33:26 +08:00
parent f57f7a9762
commit bf969042d4
4 changed files with 16 additions and 16 deletions

View File

@@ -270,10 +270,10 @@ spring:
banner-mode: "off"
lazy-initialization: true
# MVC 映射匹配策略
mvc:
pathmatch:
matching-strategy: ANT_PATH_MATCHER
# # MVC 映射匹配策略
# mvc:
# pathmatch:
# matching-strategy: ANT_PATH_MATCHER
# # Redis 连接参数 RedisProperties
# redis: