【已解决】生成的代码 报这个错
生成的代码 报这个错问题原因:少了类引用
解决方案:修改代码生成器模板
/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]