Helidon
Helidon OTube http_proxy= http: //www-proxy.idc.oracle.com:80 https_proxy= http: //www-proxy.idc.oracle.com:80 export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-11.0.15.1.jdk/Contents/Home export PATH=$JAVA_HOME/bin:$PATH Download, build & run the Helidon project mvn -U archetype:generate -DinteractiveMode=false -DarchetypeGroupId=io.helidon.archetypes -DarchetypeArtifactId=helidon-quickstart-mp -DarchetypeVersion=2.4.2 -DgroupId=io.helidon.examples -DartifactId=helidon-quickstart-mp -Dpackage=io.helidon.examples.quickstart.mp cd helidon-quickstart-mp mvn package java -jar target/helidon-quickstart-mp.jar Test Default apis http://localhost:8080/greet /greet/joe Using Docker Image Rebuilding image docker build -t helidon-quickstart-mp . docker run --rm -p 8080:8080 helidon-quickstart-mp:latest Docker image for BOSS docker run --env-file /Users/vdesu/boss-cli/boss.env --rm -p 8080:8080 phx.ocir.io/axiq9e4nobk0/boss/boss-helidon-server:m4-24 Kubernetes unset http_proxy unse...