jfinal-rythm:启用 JFinal 应用程序以使用 Rythm 模板引擎

时间:2024-07-27 02:57:46
【文件属性】:

文件名称:jfinal-rythm:启用 JFinal 应用程序以使用 Rythm 模板引擎

文件大小:18KB

文件格式:ZIP

更新时间:2024-07-27 02:57:46

Java

JFinal-Rythm 允许 JFinal 用户使用 Rythm ( ) 模板引擎来渲染视图。 用法: 在您的 Java 源文件中 从您的属性文件加载配置 public void configConstant(Constants me) { this.conf = loadPropertyFile("path/to/properties/"); } 启用节奏 使用在上述步骤中加载的配置在您的 configPlugin 方法中配置 RythmPlugin: public void configPlugin(Plugins me) { ... me.add(new RythmPlugin(conf)); } 在您的属性文件中: 在您的属性文件中配置模板主页: # this set the template home to WEB-INF/rythm


【文件预览】:
jfinal-rythm-master
----SAMPLES.txt(243B)
----assembly-dist.xml(2KB)
----pom.xml(7KB)
----NOTICE.txt(166B)
----src()
--------main()
--------etc()
----.gitignore(303B)
----README.md(863B)
----LICENSE.txt(11KB)
----RELEASE-NOTES.txt(478B)

网友评论