mirror of
https://gitee.com/dcren/initializr.git
synced 2026-08-10 19:23:33 +08:00
This commit splits MainController to a number of controllers with dedicated responsibilities. This is a first step to make these features more modular and potentially opt-in in the future. Closes gh-994