by: : Cannot find class [] for bean with name '#0' defined in class path resource []; nested exception is :
mybatis相关配置:
<!-- scan for mappers and let them be autowired -->
<bean class="">
<property name="basePackage" value="" />
<property name="markerInterface" value="" />
</bean>
问题补充:忘记说,这个是mybatis与spring整合