All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nutz.plugins.view.thymeleaf.thymeleaf.js Maven / Gradle / Ivy

var ioc = {
    thymeleafProperties : {
        type: "org.nutz.plugins.view.thymeleaf.ThymeleafProperties",
        fields: {
            prefix: "/WEB-INF/template/",
            suffix: ".html",
            mode: "HTML5",
            encoding: "UTF-8",
            contentType: "text/html",
            cache: true,
            cacheTTLMs: 3600000
        }
    }
};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy