错误提示:
Failed to start bean ‘documentationPluginsBootstrapper‘; nested exception is java.lang.NullPoi
错误原因:
springboot(2.6.7)版本过高和swagger(3.0.0)相冲突,需要降低版本。
解决方法:
pom.xml中降低版本为2.5.4,

错误提示:
Failed to start bean ‘documentationPluginsBootstrapper‘; nested exception is java.lang.NullPoi
错误原因:
springboot(2.6.7)版本过高和swagger(3.0.0)相冲突,需要降低版本。
解决方法:
pom.xml中降低版本为2.5.4,