3.7.3版本中 示例功能:招聘管理
我通过生成表单 找到了 这个招聘管理的 主表 附表。
通过主表生成代码,代码生成后,重启项目 出现如下错误:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jformResumeInfoController': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.wz.zx.platform.jformresumeinfo.service.JformResumeInfoServiceI com.wz.zx.platform.jformresumeinfo.controller.JformResumeInfoController.jformResumeInfoService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.wz.zx.platform.jformresumeinfo.service.JformResumeInfoServiceI] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}