mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 10:08:22 +08:00

This commit simplifies DefaultProjectRequestToDescriptionConverter to converting the request to a description only. Applying default or cleaning values are now part of a ProjectDescriptionCustomizer callback. Closes gh-1045