/unit-plain-sample

A sample project demonstrating the unit lifecycle library, using plain java

Primary LanguageJava

unit-plain-sample

Sample application using the unit library for an http server that can dynamically change ports.

build and run:

mvn clean install 
java -jar target/unit-plain-1.0-SNAPSHOT-shaded.jar

The application will run an http server on port 8080. You can enter a new port on the command line to restart the server on the new port.