mirror of
https://github.com/chillzhuang/blade-tool
synced 2024-11-05 10:09:32 +08:00
✨ 代码优化
This commit is contained in:
parent
9b6b1e657c
commit
60562ccc8a
@ -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<java.lang.String,java.lang.String>"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user