Skip to content
This repository has been archived by the owner on Aug 11, 2018. It is now read-only.

Light weight Spring Boot Demo, suited for testing and demoing on quota based cloud options e.g. openshift.io

Notifications You must be signed in to change notification settings

openshiftio/microspringboot2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

use run.sh for localhost testing, puts this instance on 8082

You can test its "customers" endpoint with

curl localhost:8082/api/customer

You can test its "orders" endpoint with curl like so

curl -X POST -d "customers=C100" -H "Content-Type: application/x-www-form-urlencoded" http://localhost:8082/api/customer/orders

if microspringboot3 is up, you will get Orders for Customers O4321,O5432,O6543 is customers=C100

And if microserviceboot3 is NOT up, you will get

Orders for Customers F997,F998,F999 is customers=C100

About

Light weight Spring Boot Demo, suited for testing and demoing on quota based cloud options e.g. openshift.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 44.1%
  • Batchfile 34.6%
  • Java 21.3%