mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-15 23:13:30 +08:00
Polish config metadata output
This commit is contained in:
parent
1aa10d39b0
commit
3d0a3a7e14
@ -30,7 +30,7 @@ import io.spring.initializr.util.VersionRange
|
|||||||
* @author Stephane Nicoll
|
* @author Stephane Nicoll
|
||||||
*/
|
*/
|
||||||
@ToString(ignoreNulls = true, excludes = 'mappings', includePackage = false)
|
@ToString(ignoreNulls = true, excludes = 'mappings', includePackage = false)
|
||||||
@JsonInclude(JsonInclude.Include.NON_NULL)
|
@JsonInclude(JsonInclude.Include.NON_DEFAULT)
|
||||||
class BillOfMaterials {
|
class BillOfMaterials {
|
||||||
|
|
||||||
String groupId
|
String groupId
|
||||||
|
@ -86,8 +86,6 @@
|
|||||||
"my-api-bom": {
|
"my-api-bom": {
|
||||||
"groupId": "org.acme",
|
"groupId": "org.acme",
|
||||||
"artifactId": "my-api-bom",
|
"artifactId": "my-api-bom",
|
||||||
"order": 2147483647,
|
|
||||||
"repositories": [],
|
|
||||||
"additionalBoms": [
|
"additionalBoms": [
|
||||||
"my-api-dependencies-bom"
|
"my-api-dependencies-bom"
|
||||||
],
|
],
|
||||||
@ -115,11 +113,8 @@
|
|||||||
"repositories": [
|
"repositories": [
|
||||||
"my-api-repo-3"
|
"my-api-repo-3"
|
||||||
],
|
],
|
||||||
"mappings": [],
|
|
||||||
"artifactId": "my-api-dependencies-bom",
|
"artifactId": "my-api-dependencies-bom",
|
||||||
"additionalBoms": [],
|
"version": "1.0.0.RELEASE"
|
||||||
"version": "1.0.0.RELEASE",
|
|
||||||
"order": 2147483647
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"springBootMetadataUrl": "https://spring.io/project_metadata/spring-boot"
|
"springBootMetadataUrl": "https://spring.io/project_metadata/spring-boot"
|
||||||
|
Loading…
Reference in New Issue
Block a user