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

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages