springSecurityFilterChai webautoSecrity

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springSecurityFilterChain' defined in class path resource [org/springframework/security/config/annotation/web/configuration/WebSecurityConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.servlet.Filter]: Factory method 'springSecurityFilterChain' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService' defined in class path resource [com/capgemini/coe/pomanagement/configuration/WebSecurityConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.security.core.userdetails.UserDetailsService]: Factory method 'userDetailsService' threw exception; nested exception is java.lang.IllegalArgumentException: Cannot pass null or empty values to constructor

这两个错折磨了我好久

试过很多方法,
换JDK  换设置

最后说说 我的解决方法

重新导入 
先 Maven clean  在 install 
![在这里插入图片描述](https://img-blog.csdnimg.cn/20181202182513984.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L20wXzM3NzAyODM5,size_16,color_FFFFFF,t_70)
再 run 


你可能感兴趣的:(websecurity,问题)