This is a Spring Boot application that implements a calculator functionality.
There are only one operation implemented at the moment: multiplication.
localhost:8200/calculator/multiply?a=8&b=4
mvn clean package
Make sure you run on the same directory then pom.xml.
mvn spring-boot:run
Make sure you run on the same directory then pom.xml.
Or
java -jar calculator-service-1.0.0-SNAPSHOT.jar