Skip to content

Freeongoo/java-webapp-quickstart-gradle

Repository files navigation

Quick start java web with gradle

An example of a quick launch of a web application to Java using the gradle with testing (unit and integration)

Getting Started

Use gradle 4.6 or higher

cp config.properties.dist config.properties
Change the parameters "port" and "context" if needed

Gradle tasks

./gradlew appRun - run web server and deploy
./gradlew build - build with run test
./gradlew test - run selenium test

Built With

Releases

No releases published

Packages

No packages published