Skip to content

gerjantd/vertx-has

Repository files navigation

Halink Appreciation Society

This is a scratchpad project based on the Vert.x Maven starter project at https://github.com/vert-x3/vertx-maven-starter.git.

Prerequisites

  • Apache Maven

  • JDK 8+

Cloning

Create your local copy with:

git clone https://github.com/gerjantd/hal-app-soc.git

Running

Once you have retrieved the source, build and run with:

mvn test exec:java

This compiles the project and runs the tests, then launches the application. Open your browser to http://localhost:8080.

Structure

The project contains:

  • a pom.xml file

  • a main verticle file (src/main/java/nl/taallijn/has/MainVerticle.java)

  • a unit test (src/main/test/nl/taallijn/has/MainVerticleTest.java)

Coding

Run redeploy.sh to recompile while editing.

Note
the redeploy script is also configurable

Building

To build, use:

mvn clean package

It generates a fat-jar in the target directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published