CRUD cannot be resolved to a type in Play Framework


down voteaccepted
You need to run play dependencies on your app to resolve this error.
This should be the sequence

  1. play clean
  2. play dependencies
  3. play precompile
  4. play eclipsify


No comments:

 Python Basics How to check the version of Python interpreter mac terminal

Popular in last 30 days