remove config mvc.pathmatch.matching-strategy

This commit is contained in:
thinkgem
2025-10-16 13:38:29 +08:00
parent fb093bac08
commit e59c3510b9
5 changed files with 20 additions and 20 deletions

View File

@@ -100,10 +100,10 @@ spring:
banner-mode: "off" banner-mode: "off"
lazy-initialization: true lazy-initialization: true
# MVC 映射匹配策略 # # MVC 映射匹配策略
mvc: # mvc:
pathmatch: # pathmatch:
matching-strategy: ANT_PATH_MATCHER # matching-strategy: ANT_PATH_MATCHER
# 日志配置fatal、error、warn、info、debug # 日志配置fatal、error、warn、info、debug
logging: logging:

View File

@@ -280,10 +280,10 @@ spring:
banner-mode: "off" banner-mode: "off"
lazy-initialization: true lazy-initialization: true
# MVC 映射匹配策略 # # MVC 映射匹配策略
mvc: # mvc:
pathmatch: # pathmatch:
matching-strategy: ANT_PATH_MATCHER # matching-strategy: ANT_PATH_MATCHER
# JTA XA 事务spring boot 3 # JTA XA 事务spring boot 3
jta: jta:

View File

@@ -100,10 +100,10 @@ spring:
banner-mode: "off" banner-mode: "off"
lazy-initialization: true lazy-initialization: true
# MVC 映射匹配策略 # # MVC 映射匹配策略
mvc: # mvc:
pathmatch: # pathmatch:
matching-strategy: ANT_PATH_MATCHER # matching-strategy: ANT_PATH_MATCHER
# 日志配置fatal、error、warn、info、debug # 日志配置fatal、error、warn、info、debug
logging: logging:

View File

@@ -78,10 +78,10 @@ spring:
banner-mode: "off" banner-mode: "off"
lazy-initialization: true lazy-initialization: true
# MVC 映射匹配策略 # # MVC 映射匹配策略
mvc: # mvc:
pathmatch: # pathmatch:
matching-strategy: ANT_PATH_MATCHER # matching-strategy: ANT_PATH_MATCHER
# JTA XA 事务spring boot 3 # JTA XA 事务spring boot 3
jta: jta:

View File

@@ -280,10 +280,10 @@ spring:
banner-mode: "off" banner-mode: "off"
lazy-initialization: true lazy-initialization: true
# MVC 映射匹配策略 # # MVC 映射匹配策略
mvc: # mvc:
pathmatch: # pathmatch:
matching-strategy: ANT_PATH_MATCHER # matching-strategy: ANT_PATH_MATCHER
# JTA XA 事务spring boot 3 # JTA XA 事务spring boot 3
jta: jta: