Sign inSign up

appuio/example-spring-boot

By appuio

Updated about 5 years ago

This is an spring boot example application for OpenShift V3 Cluster like APPUiO

Image
2

1M+

appuio/example-spring-boot repository overview

Spring Boot APPUiO Example

This is a Spring Boot Example Application

How to deploy

Create New OpenShift Project
oc new-project example-spring-boot
Docker Build on APPUiO - Create Application and expose Service
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
Image from DockerHub

Take the pre built image from Dockerhub

oc new-app appuio/example-spring-boot

Local Build and Test

Gradle

Build application with gradle:

./gradlew clean build

Run application with gradle:

./gradlew bootRun
Container

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

Endpoints

Tag summary

Content type

Image

Digest

Size

509.8 MB

Last updated

about 5 years ago

docker pull appuio/example-spring-boot