We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the Play—Scaffold wiki!
To use, reference the module from your application.conf: module.scaffold=C:/Path/To/Play/Modules/scaffold/
Then create your project: play new
Then add some JPA or Siena models. The model entities have to extend play.db.jpa.Model or siena.Model.
Then run: play scaffold:gen —overwrite
Then launch your application: play run
And then get to work making it useful or something.