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 8 forks source link

grails forge: services and domain directories are missing #192

Open leadtrip opened 1 year ago

leadtrip commented 1 year ago

Description A fresh Grails 6 application is missing a number of directories

Steps to Reproduce

  1. grails-app/services
  2. grails-app/domain
  3. grails-app/conf/spring - addressed in 6.2.1 and 7.0.0

And the file grails-app/conf/spring/resources.groovy - addressed in 6.2.1 and 7.0.0

jeffscottbrown commented 2 weeks ago

And the file grails-app/conf/spring/resources.groovy

FYI... I don't think that file exists even if you don't use forge and instead use Grails 6.2.0 grails create-app.

jamesfredley commented 2 weeks ago

grails-app/conf/spring/resources.groovy has been added for the grails 6.2.1 and grails 7.0.0 releases

We can probably use the .gitkeep trick to include services and domain directories in the Forge Generated project.