A Java calculator web app, build by Maven, CI/CD
Create calculator App
- Sum: sum two numbers and return result
- Substract: substract two numbers and return result
- Multiply: multiply two numbers and return result
- Divide: divide two numbers and return result
JDK-11 Maven 3.8.4
Maven execution:
$ mvn clean test
Maven wrapper:
$ mvn wrapper:wrapper -Dmaven=3.8.4
Execute (linux/macos mvnw or windows mvnw.cmd):
$ ./mvnw clean test
TODO
TODO