mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 09:44:47 +08:00

This commit introduces `ProjectRequestPostProcessor` as a mean to modify an incoming `ProjectRequest` before and after its resolution against the meta-data. By default, all beans of that type are invoked automatically and they are ordered against their `@Order` or `Ordered` settings. Closes gh-260