Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

phillip-kruger/springboot-introduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Springboot Introduction

Basic Springboot Demo

Links

Deploy to Openshift

  • Build the application: mvn clean package
  • Log into your Openshift instance: oc login --token=XXXXXXXXXXXXXXXXXXXX --server=https://api.crc.testing:6443
  • Create binary build: oc new-app registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift~https://github.com/phillip-kruger/springboot-introduction.git --name=springboot
  • Expose the HTTP endpoint: oc expose svc/springboot
  • Check the rollout status: oc rollout status -w dc/springboot

About

Springboot Introduction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published