From effa7f9e8358aca3aa09fe2107f34476ec555631 Mon Sep 17 00:00:00 2001 From: erdanergou Date: Mon, 2 Jan 2023 14:51:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=84=E5=90=88=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- target/classes/.restartTriggerFile | 0 .../META-INF/spring-configuration-metadata.json | 17 +++++++++++++++++ 2 files changed, 17 insertions(+) delete mode 100644 target/classes/.restartTriggerFile create mode 100644 target/classes/META-INF/spring-configuration-metadata.json diff --git a/target/classes/.restartTriggerFile b/target/classes/.restartTriggerFile deleted file mode 100644 index e69de29b..00000000 diff --git a/target/classes/META-INF/spring-configuration-metadata.json b/target/classes/META-INF/spring-configuration-metadata.json new file mode 100644 index 00000000..8d229f5f --- /dev/null +++ b/target/classes/META-INF/spring-configuration-metadata.json @@ -0,0 +1,17 @@ +{ + "groups": [ + { + "name": "file", + "type": "com.dreamchaser.depository_manage.config.FileConfig", + "sourceType": "com.dreamchaser.depository_manage.config.FileConfig" + } + ], + "properties": [ + { + "name": "file.upload-path", + "type": "java.lang.String", + "sourceType": "com.dreamchaser.depository_manage.config.FileConfig" + } + ], + "hints": [] +} \ No newline at end of file