Error creating bean with name 'basDictAction' defined in class path resource [applicationContext.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.hr.action.BasDictAction2]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
The import com.hr.entity.BasDict cannot be resolved
BasDict cannot be resolved to a type
The method selectAll(String) from the type BasDictService2 refers to the missing type BasDict
import com.hr.entity.BasDict cannot be resolved提示,com.hr.entity这个jar是否未导入或者不在classpath类路经下。