移除尾部说明文件支持

This commit is contained in:
zhaojun1998
2020-01-28 13:13:52 +08:00
parent c3484426ab
commit 4bca6cf7a5
7 changed files with 6 additions and 57 deletions

View File

@@ -19,11 +19,6 @@ public class ZFileConstant {
*/
public static String HEADER_FILE_NAME = "header.md";
/**
* 页面尾部文件
*/
public static String FOOTER_FILE_NAME = "footer.md";
/**
* 密码文件
*/
@@ -34,11 +29,6 @@ public class ZFileConstant {
ZFileConstant.HEADER_FILE_NAME = headerFileName;
}
@Autowired(required = false)
public void setFooterFileName(@Value("${zfile.constant.footer}") String footerFileName) {
ZFileConstant.FOOTER_FILE_NAME = footerFileName;
}
@Autowired(required = false)
public void setPasswordFileName(@Value("${zfile.constant.password}") String passwordFileName) {
ZFileConstant.PASSWORD_FILE_NAME = passwordFileName;