赞
踩
bug详情:
Exception in thread “main” java.lang.NoClassDefFoundError: freemarker/template/Configuration
官网上说:Velocity是默认模板引擎
但是如果你使用官网上的示例去生成代码:则需要使用最新版的freemarker
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.30</version>
</dependency>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。