Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 284 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 284 Bytes

spring-boot-hello-world

Example spring boot service with single endpoint

How to build:

mvn clean install && docker build -t xxxxxxx/spring-boot-hello-world:1 . && docker push xxxxxxx/spring-boot-hello-world:1

then change the tag in the deployment.yaml to deploy the newest built