No commit activity in last 3 years
No release in over 3 years
Extending VRaptor's default scaffold to make it easier configuring new projects for heroku deployment using Angular+Bootstrap in the fron end
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 1.3.2
= 0.5.4
= 4.4.0

Runtime

= 0.9.2
= 0.14.6
 Project Readme

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...