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

浙公网安备 33010602011771号