依赖
在springboot2.6.X结合swagger2.9.X会提示documentationPLuginsBootstrapper空指针异常,
原因是在springboot2.6.X中将springMVc默认路径匹配策略从AntPathNatcher更改为PathPatternParser
导致出错,解决办法是matching-strategy切换回之前ant_path_matcher
properties
SwaggerConfig