-
Notifications
You must be signed in to change notification settings - Fork 5
Home
lmcalpin edited this page Sep 14, 2010
·
8 revisions
Welcome to the Play—Scaffold wiki!
Create your project:
play new
Add the module to your application.conf:
module.scaffold=C:/Path/To/Play/Modules/scaffold/
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
Marvel at how awesome the Play! framework is.
[optional] Now, get to work making your application useful or something.