Polish config metadata output

This commit is contained in:
Stephane Nicoll 2017-01-27 10:22:15 +01:00
parent 1aa10d39b0
commit 3d0a3a7e14
2 changed files with 2 additions and 7 deletions

View File

@ -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

View File

@ -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"