mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-28 17:32:34 +08:00
Polish config metadata output
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user