Skip to content

altiscope/hello-spring

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 63.4%
  • Java 33.4%
  • Dockerfile 3.2%