- Maven
- Java 8: Any compliant JVM should work.
To build and run the application:
mvn install
java -jar ./target/cloudnativesampleapp-1.0-SNAPSHOT.jar
- Try the App endpoint http://localhost:9080/greeting?name=Carlos
To build and run the application:
mvn install
java -jar ./target/cloudnativesampleapp-1.0-SNAPSHOT.jar