无法找到名称为bean的类

时间:2014-03-19 20:36:13

标签: java spring maven tomcat spring-security

我正在尝试在tomcat服务器上运行我的Web应用程序,我收到此错误

  

相关原因:   org.springframework.beans.factory.CannotLoadBeanClassException:不能   找到bean的类[com.mycom.myproj.utility.CustomPassword]   name' customPassword'在ServletContext资源中定义   [/WEB-INF/spring-security.xml];嵌套异常是   抛出java.lang.ClassNotFoundException:   com.mycom.myproj.utility.CustomPassword

和我在spring-security.xml中的配置

<beans:bean id="customPassword" class="com.mycom.myproj.utility.CustomPassword" />

我的项目文件夹结构是

src
 --main
   --resources
     application.properties
   -- java


Webcontent
--WEB-INF
  spring-servelet.xml
  spring-security.xml
  --jsp
  --lib

我使用POM.xml

构建此项目

如果您需要更多信息,请与我们联系

0 个答案:

没有答案