org.springframework.context.ApplicationContextException: Failed to start bean ‘documentationPluginsBootstrapper’; nested exception is java.lang.NullPointerException at org.springframework.context.support.DefaultLifecycleProcessor.doStart
解决方案 mvc:pa…
Failed to introspect bean class [com.company.project.controller.AppVersionController] for lookup method metadata: could not find class that it depends on; nested exception is java.lang.NoClassDefFoundError: AppVersion
这个错误原因是多种的,有可能是缺少包,有…