java-tutorials/vraptor
amit2103 86cebe51d7 Bael 5926 (#4023)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* Aligned and Defined the common plugins in the parents

* Removed dependency-reduced-pom.xml from undertow module

* Reverting test fail modules with surefire testFailureIgnore ture

* Reverted wrong push with org.hsqldb
2018-04-18 08:04:50 +02:00
..
src/main Added Complete Source Code for VRaptor BAEL-1214 (#3237) 2017-12-19 11:02:45 +01:00
.gitignore Added Complete Source Code for VRaptor BAEL-1214 (#3237) 2017-12-19 11:02:45 +01:00
README.md Added Complete Source Code for VRaptor BAEL-1214 (#3237) 2017-12-19 11:02:45 +01:00
pom.xml Bael 5926 (#4023) 2018-04-18 08:04:50 +02:00

README.md

VRaptor blank project

This is a blank project to help you to use VRaptor. You can easily import in you IDE as Maven project.

Este é um projeto em branco para ajudar você a usar o VRaptor. Você pode facilmente importá-lo na sua IDE favorita como um projeto Maven.

Após criar seu projeto você pode rodá-lo com um tomcat7 ou +:

mvn tomcat7:run

Cuidado para jamais executar mvn tomcat:run pois ele usará um tomcat6 (incompatível).