elunez / eladmin

eladmin jpa 版本:项目基于 Spring Boot 2.6.4、 Jpa、 Spring Security、Redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由
https://eladmin.vip/demo
Apache License 2.0
21.33k stars 7.36k forks source link

ERROR m.z.e.handler.GlobalExceptionHandler - cn.hutool.extra.template.TemplateException: No template found ! Please add one of template jar to your project ! #280

Closed 610152942 closed 4 years ago

610152942 commented 4 years ago

ERROR m.z.e.handler.GlobalExceptionHandler - cn.hutool.extra.template.TemplateException: No template found ! Please add one of template jar to your project ! at cn.hutool.extra.template.engine.TemplateFactory.doCreate(TemplateFactory.java:43) at cn.hutool.extra.template.engine.TemplateFactory.create(TemplateFactory.java:25) at cn.hutool.extra.template.TemplateUtil.createEngine(TemplateUtil.java:32) at me.zhengjie.utils.GenUtil.generatorCode(GenUtil.java:133)

突然不能使用代码生成器?

godslhand commented 4 years ago
[4.1.12,) 这里的问题,hutool最新5.2版本有坑,这个写法会自动依赖 最新的,改成5.1.2就行了,我也被坑了好久
cool-zhq commented 4 years ago

谢谢大佬 改成 5.1.2</hutool.version> 就可以了

610152942 commented 4 years ago

可以了, 谢谢大佬