王硕 发表于 2015-4-1 10:27:24

【已解决】生成的代码 报这个错

生成的代码 报这个错

admin 发表于 2015-4-1 10:31:11

问题原因:少了类引用
解决方案:修改代码生成器模板
/jeecg-bpm-framework/src/main/resources/jeecg/template/cgform_controllerTemplate.ftl
/jeecg-bpm-framework/src/main/resources/jeecg/template/controllerTemplate.ftl
/jeecg-bpm-framework/src/main/resources/jeecg/template/onetomany/cgform_controllerTemplate.ftl
/jeecg-bpm-framework/src/main/resources/jeecg/template/onetomany/controllerTemplate.ftl

加引用:
import org.springframework.context.annotation.Scope;
页: [1]
查看完整版本: 【已解决】生成的代码 报这个错