An example of a quick launch of a web application to Java using the gradle with testing (unit and integration)
Use gradle 4.6 or higher
cp config.properties.dist config.properties
Change the parameters "port" and "context" if needed
./gradlew appRun
- run web server and deploy
./gradlew build
- build with run test
./gradlew test
- run selenium test