/** * */ package jframe.freemarker; import jframe.core.util.PropsConf; /** * @author dzh * @date Aug 25, 2016 2:01:38 PM * @since 1.0 */ public class FtlPropsConf extends PropsConf { public static final String P_ftl_dir = "ftl.dir"; public static final String P_ftl_encoding = "ftl.encoding"; }