From 4d9357b11f74761a05c38cd0de8ca05bed0359aa Mon Sep 17 00:00:00 2001 From: zhaojun1998 Date: Sat, 14 Dec 2019 22:21:53 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=A4=B4,=20=E6=96=87=E4=BB=B6=E5=B0=BE,=20=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=9A=84=E5=90=8D=E7=A7=B0=E4=B8=BA=E5=8F=AF?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...itional-spring-configuration-metadata.json | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 5065d1f..3daf3e5 100644 --- a/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -4,5 +4,24 @@ "name": "zfile.cache.timeout", "type": "java.lang.Long", "description": "目录缓存过期时间 和 下载地址过期时间. 单位为秒." + }, + { + "name": "zfile.constant.header", + "type": "java.lang.String", + "defaultValue": "header.md", + "description": "头部文件 文件名." + }, + { + "name": "zfile.constant.footer", + "type": "java.lang.String", + "defaultValue": "footer.md", + "description": "尾部文件 文件名." + }, + { + "name": "zfile.constant.password", + "type": "java.lang.String", + "defaultValue": "password.txt", + "description": "密码文件 文件名." } - ] } \ No newline at end of file + ] +} \ No newline at end of file