Package io.spring.initializr.generator.spring.build
package io.spring.initializr.generator.spring.build
Build contributors. Generate a build according to the chosen Spring Boot generation.
-
ClassDescriptionBuildCustomizer<B extends Build>Callback for customizing a project's
Build
.BuildCustomizer.OrderedBuildCustomizer<B extends Build>Resolve metadata information from the build.Project generation configuration for projects using any build system.ABuildCustomizer
that configures theBuild
based on the metadata.Customize theBuild
as early as possible based on the information held in theProjectDescription
.ABuildCustomizer
that configures the necessary web-related dependency when packaging an application as a war.