From 60562ccc8a2d09b748795fba2f453ada448eba09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E6=A2=A6=E6=8A=80=E6=9C=AF?= <596392129@qq.com> Date: Mon, 24 Dec 2018 14:47:34 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E4=BB=A3=E7=A0=81=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../spring-configuration-metadata.json | 37 ------------------- 1 file changed, 37 deletions(-) delete mode 100644 blade-core-launch/src/main/resources/META-INF/spring-configuration-metadata.json diff --git a/blade-core-launch/src/main/resources/META-INF/spring-configuration-metadata.json b/blade-core-launch/src/main/resources/META-INF/spring-configuration-metadata.json deleted file mode 100644 index d30dadb..0000000 --- a/blade-core-launch/src/main/resources/META-INF/spring-configuration-metadata.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "hints": [], - "groups": [ - { - "sourceType": "org.springblade.core.launch.props.BladeProperties", - "name": "blade", - "type": "org.springblade.core.launch.props.BladeProperties" - } - ], - "properties": [ - { - "sourceType": "org.springblade.core.launch.props.BladeProperties", - "name": "blade.env", - "description": "开发环境", - "type": "java.lang.String" - }, - { - "sourceType": "org.springblade.core.launch.props.BladeProperties", - "defaultValue": false, - "name": "blade.is-local", - "description": "判断是否为 本地开发环境", - "type": "java.lang.Boolean" - }, - { - "sourceType": "org.springblade.core.launch.props.BladeProperties", - "name": "blade.name", - "description": "服务名", - "type": "java.lang.String" - }, - { - "sourceType": "org.springblade.core.launch.props.BladeProperties", - "name": "blade.prop", - "description": "装载自定义配置blade.prop.xxx", - "type": "java.util.Map" - } - ] -} \ No newline at end of file