In controllers.xml, you inject a reference to a bean called "linkedinapi", but in SocialConfig, the name of the bean is linkedIn (the same as the name of the @Bean-annotated method that defines it). You should change the reference from "linkedinapi" to "linkedIn".


Reply With Quote