This is a fork project

Check the original from at: http://github.com/caelum/vraptor-scaffold

What's on this fork?

  • AngularJS
  • BootstrapJS
  • vraptor-hypermedia-enhacement plugin

Usage

 rm -rf appName #(optional)
 vraptor new appName --heroku 
 cd appName
 vraptor scaffold User name:string desc:text
 mvn clean
 mvn package
 sh target/bin/webapp
 open http://localhost:8080/users

Testing...