ABM to manage Heroes
Please note that to access the full ABM you will need to provide two environment variables for use all the crud operations
HEROES-USER=
HEROES-PASSWORD=
This will be your credentials to use with basic
The most updated version is on swagger
{host}/swagger-ui/
mvn clean compile package
Check on your target folder what is the correct version
java -jar heroesmdjar-0.1-SNAPSHOT.jar
docker build . -t heroesmd
docker run --name heroesmd-image -h heroesmd heroesmd
Disclaimer: Remember that the instances from Heroku take a while to start the first time