-
Notifications
You must be signed in to change notification settings - Fork 522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
springboot INFO #219
Comments
Thank you for your reminding. We will read and verify your suggestions carefully |
I can not get this Info level of information using 2.0, can you add a scenario? |
I'm using Spring Boot v2.5.3. What do you mean by 'scenario'? 直接用中文告诉我吧hxd |
@noahlin27 |
我也遇到了同样的信息,然后后面的swagger启动就报错了。我的工程中,集成了druid的监控、异步线程等。报错信息: |
org.springframework.context.ApplicationContextException: Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException |
|
o.s.c.a.ConfigurationClassEnhancer : @bean method SwaggerAutoConfiguration.docketBeanFactoryPostProcessor is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @resource and @PostConstruct within the method's declaring @configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @bean javadoc for complete details.
The text was updated successfully, but these errors were encountered: