org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [com.Dao.ApplicationDaoImpl] for bean with name '

℡╲_俬逩灬. 提交于 2019-12-01 22:33:05

You will have to look at three points:

  • The classpath is missing. Go and add the classpath to your project. It will fix the issue.
  • Make sure com.Dao.ApplicationDaoImpl class really exists in your project folder.
  • Also look for the jar/war files related to project exists.

Add this code in dispatcher-servlet.xml

<bean id="applicationService" class="MediatoPrima.Dao.ApplicationDaoImpl"></bean>
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!