【问题标题】:JBake Freemarker errror "this has evaluated to a sequence (wrapper: f.t.SimpleSequence"JBake Freemarker 错误“这已评估为序列(包装器:f.t.SimpleSequence”
【发布时间】:2021-05-11 07:06:25
【问题描述】:

给定一个jbake.properties

description: OptaPlanner optimizes business resource usage. It is a lightweight, embeddable, open source planning engine, written in 100% Java.

还有一个模板:

<meta property="description" content="${config.description}">

Freemarker 抛出此错误

this has evaluated to a sequence (wrapper: f.t.SimpleSequence

【问题讨论】:

    标签: freemarker jbake


    【解决方案1】:

    诀窍是在jbake.properties 中转义,

    description: OptaPlanner optimizes business resource usage. It is a lightweight\\, embeddable\\, open source planning engine\\, written in 100% Java.
    

    【讨论】:

      猜你喜欢
      • 2019-08-20
      • 2016-02-29
      • 2021-12-22
      • 2020-10-22
      • 2016-06-18
      • 2019-07-08
      • 2015-03-18
      • 2014-03-16
      • 2022-11-10
      相关资源
      最近更新 更多