Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 783 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 783 Bytes

Spring Boot Microservice Demo

Prerequisites

Develop

  • Startup local Kubernetes cluster following docs in the Prerequisites
  • odo dev # Launch app with hot-reloading
    • odo logs --follow # See logs
    • odo -h # See other commands
  • Test
    • Request
      curl -s http://localhost:20001/greetings?name=foo
      
    • Response
      {"message":"Hello, foo!"}
      

Deploy

See ./stack -h