You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-12-24 20:04:09.942 [http-nio-8080-exec-1] ERROR org.jeecgframework.codegenerate.generate.impl.a.a:99 - java.lang.IllegalStateException: cannot process templateString:erp/onetomany/java/${bussiPackage}/${entityPackage}/vue/V${currentDate}1__menu_insert${entityName}.sql cause:freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:
==> currentDate [in template "templateString..." at line 1, column 60]
版本号:
3.7.2
问题描述:
生成代码无后端代码只有前端代码,后端freemarker关键报错如下:
2024-12-24 20:04:09.942 [http-nio-8080-exec-1] ERROR org.jeecgframework.codegenerate.generate.impl.a.a:99 - java.lang.IllegalStateException: cannot process templateString:erp/onetomany/java/${bussiPackage}/${entityPackage}/vue/V${currentDate}1__menu_insert${entityName}.sql cause:freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:
==> currentDate [in template "templateString..." at line 1, column 60]
同样的表,从git拉取的同一个分支,使用远程数据库与redis,除jeecg_config.properties内project_path改为自己本地项目地址外其他所有配置全部一致,其他同项目开发者可以正常生成;
出现问题的开发者所有表(包括自带示例表)全部无法生成
错误截图:
友情提示:
The text was updated successfully, but these errors were encountered: