mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-15 14:04: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
|
||||
*/
|
||||
@ToString(ignoreNulls = true, excludes = 'mappings', includePackage = false)
|
||||
@JsonInclude(JsonInclude.Include.NON_NULL)
|
||||
@JsonInclude(JsonInclude.Include.NON_DEFAULT)
|
||||
class BillOfMaterials {
|
||||
|
||||
String groupId
|
||||
|
@ -86,8 +86,6 @@
|
||||
"my-api-bom": {
|
||||
"groupId": "org.acme",
|
||||
"artifactId": "my-api-bom",
|
||||
"order": 2147483647,
|
||||
"repositories": [],
|
||||
"additionalBoms": [
|
||||
"my-api-dependencies-bom"
|
||||
],
|
||||
@ -115,11 +113,8 @@
|
||||
"repositories": [
|
||||
"my-api-repo-3"
|
||||
],
|
||||
"mappings": [],
|
||||
"artifactId": "my-api-dependencies-bom",
|
||||
"additionalBoms": [],
|
||||
"version": "1.0.0.RELEASE",
|
||||
"order": 2147483647
|
||||
"version": "1.0.0.RELEASE"
|
||||
}
|
||||
},
|
||||
"springBootMetadataUrl": "https://spring.io/project_metadata/spring-boot"
|
||||
|
Loading…
Reference in New Issue
Block a user