Freemarker设置空白行过滤
为什么会产生空白行,以及哪些情况会产生空白行,官方文档已经作解释了http://freemarker.foofun.cn/dgui_misc_whitespace.html解决方法官方文档提供了非常多种方法,这里直接上最简单有效的代码,直接配置即可。@Configurationpublic class FreemarkerConfig { @Resource private freemarker.template.Configuration configuration;