Script Views

    Spring 框架有一个内置的集成,可以将 Spring MVC 与任何可以在 JSR-223 Java 脚本引擎之上运行的模板库进行集成。我们已经在不同的脚本引擎上测试了以下模板库:

    Scripting Library / 脚本库 Scripting Engine / 脚本引擎
    Handlebars Nashorn
    Mustache Nashorn
    React Nashorn
    EJS Nashorn
    ERB JRuby
    String templates Jython
    Kotlin Script templating Kotlin

    :::info 集成任何其他脚本引擎的基本规则是,它必须实现 ScriptEngine 和 Invocable 接口。 :::

    :::tips 暂用不到,请查看 官方文档 :::