grails / grails-forge

This is Grails project creator. Grails projects may be created using the browser interface, Command Line, or via CURL.
Apache License 2.0
3 stars 9 forks source link

fix: Change dataSource/hibernate config #266

Closed matrei closed 6 months ago

matrei commented 7 months ago

The dataSource config in the documentation uses dataSource.dbCreate. Grails Forge creates an application.yml with hibernate.hbm2ddl.auto. These two config settings do the same thing under the hood, which is set hibernate.hbm2ddl.auto. I suggest the application forge uses the documented config setting dataSource.dbCreate.