mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-28 17:32:34 +08:00
Add an extra group with the databases that Boot supports out-of-the-box. This is a first step of a better user experience when someone selects the `data-jpa` or `jdbc` starter as it requires a Database to operate and none is provided by default. Closes gh-84