记录 由于springboot版本高 整合swagger2出现null异常
springboot 版本:
swagger2 依赖版本:
出现的异常:
解决方案:
application 添加如下依赖
spring:
mvc:
#servlet:
# load-on-startup: 1
pathmatch:
matching-strategy: ant_path_matcher
标签:&&,依赖,springboot,swagger2,整合,版本,异常
来源: https://www.cnblogs.com/jiaojiaolovely/p/15858612.html