remove config mvc.pathmatch.matching-strategy
This commit is contained in:
@@ -270,10 +270,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
|
||||||
|
|
||||||
# # Redis 连接参数 (RedisProperties)
|
# # Redis 连接参数 (RedisProperties)
|
||||||
# redis:
|
# redis:
|
||||||
|
|||||||
@@ -96,10 +96,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:
|
||||||
|
|||||||
@@ -82,10 +82,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
|
||||||
|
|
||||||
# 缓存配置
|
# 缓存配置
|
||||||
cache:
|
cache:
|
||||||
|
|||||||
@@ -270,10 +270,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
|
||||||
|
|
||||||
# # Redis 连接参数 (RedisProperties)
|
# # Redis 连接参数 (RedisProperties)
|
||||||
# redis:
|
# redis:
|
||||||
|
|||||||
Reference in New Issue
Block a user