mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22:58 +08:00
Polish "Keep track of original ProjectDescription"
See gh-1023
This commit is contained in:
@@ -129,7 +129,9 @@ include::{code-examples}/doc/generator/project/SampleContributor.java[tag=code]
|
||||
==== Project Generation Lifecycle
|
||||
When a `ProjectGenerator` is instructed to generate a project, the specified
|
||||
`ProjectDescription` can be customized using available `ProjectDescriptionCustomizer`
|
||||
beans and can be ordered using Spring's `Ordered` interface.
|
||||
beans and can be ordered using Spring's `Ordered` interface. A `ProjectDescriptionDiff`
|
||||
bean is available for extensions that wish to know if an attribute of the original
|
||||
`ProjectDescription` was modified.
|
||||
|
||||
Once the description has been customized based on the available
|
||||
``ProjectDescriptionCustomizer``s, the generator uses a `ProjectAssetGenerator` to
|
||||
|
||||
Reference in New Issue
Block a user