This small Java EE app supports the lab Build and run a WebSphere Liberty app with Docker.
You'll need the following to build the app from source:
- A Java 8 (or later) JDK
- Maven 3.3 (or later)
To build the app from source run the following command from the top level folder of a clone of this repo :
mvn clean package
This will create the app's .war file in the target subfolder.
Refer to the lab instructions in the accompanying lab exercise to run the app on Docker.