You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use spring.main.lazy-initialization=true to speed up Spring Boot 2.2.8.RELEASE startup. But I found that, configuration class which are annotated by @Configuration are not loaded. Is it a feature? I cannot find any information about this. Is there any way I can use to use configuration class after setting beans to lazy initialized?