You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this guide! I followed along and at Step 5.4 (Bootstrapping) the build started to fail due to missing classes.
MakeService
ModelService
VehicleService
Workaround: I looked at some other source and found the command (grails create-service Make, etc.) and then I copied over the 4 service classes you have in the Complete project. Then modified the package name to mine.
The text was updated successfully, but these errors were encountered:
Thanks for this guide! I followed along and at Step 5.4 (Bootstrapping) the build started to fail due to missing classes.
Workaround: I looked at some other source and found the command (grails create-service Make, etc.) and then I copied over the 4 service classes you have in the Complete project. Then modified the package name to mine.
The text was updated successfully, but these errors were encountered: