Skip to content

joaomlneto/example-devspace-spring-boot

Repository files navigation

Java Spring Kubernetes Example With DevSpace

Take a look at devspace.yaml to see how DevSpace is configured to work with this project.

Quickstart

  1. Choose a Kubernetes namespace to work with:
devspace use namespace my-spring-app
  1. Start Development
devspace dev
  1. Start App (inside container terminal)
mvn spring-boot:run
  1. Happy Coding!