mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 17:48:14 +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