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