This is an spring boot example application for OpenShift V3 Cluster like APPUiO
1M+
This is a Spring Boot Example Application
oc new-project example-spring-boot
oc new-app https://github.com/appuio/example-spring-boot-helloworld.git --strategy=docker --name=appuio-spring-boot-ex
oc expose service appuio-spring-boot-ex
Take the pre built image from Dockerhub
oc new-app appuio/example-spring-boot
Build application with gradle:
./gradlew clean build
Run application with gradle:
./gradlew bootRun
Build Image with buildah:
buildah bud -t example-spring-boot-helloworld .
Run Image with podman:
podman run -ti -p 8080:8080 -p 9000:9000 localhost/example-spring-boot-helloworld:latest
Content type
Image
Digest
Size
509.8 MB
Last updated
about 5 years ago
docker pull appuio/example-spring-boot