refactory
This commit is contained in:
@@ -1,8 +1,28 @@
|
||||
{
|
||||
"properties": [
|
||||
{
|
||||
"name": "maven.storage",
|
||||
"type": "java.lang.String"
|
||||
"properties": [
|
||||
{
|
||||
"name": "minio.url",
|
||||
"type": "java.lang.String",
|
||||
"description": "MinIO console url."
|
||||
},
|
||||
{
|
||||
"name": "minio.accessKey",
|
||||
"type": "java.lang.String",
|
||||
"description": "MinIO Access key (login)."
|
||||
},
|
||||
{
|
||||
"name": "minio.secretKey",
|
||||
"type": "java.lang.String",
|
||||
"description": "MinIO Secret key (password)."
|
||||
},
|
||||
{
|
||||
"name": "minio.bucket",
|
||||
"type": "java.lang.String",
|
||||
"description": "MinIO Bucket name."
|
||||
},
|
||||
{
|
||||
"name": "maven-mirrors.list",
|
||||
"type": "java.util.List<ru.di9.mirror.web.config.MavenMirrorsProperties.MirrorData>",
|
||||
"sourceType": "java.util.List<ru.di9.mirror.web.config.MavenMirrorsProperties.MirrorData>"
|
||||
}
|
||||
]
|
||||
}
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user