SpringBoot 与 Swagger 3 报错 【documentationPluginsBootstrapper】

1 异常

Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException

2 解决方案

application.yml 配置文件中添加下方内容:
spring: mvc: pathmatch: matching-strategy: ant_path_matcher

posted @ 2022-09-14 10:32  银弹998  阅读(192)  评论(0)    收藏  举报