student-service

This is a springboot-2 java microservice. This has Jenkinsfile configured which uses a CD library This also has parameterized configuration and has configuration for a machine where this microservice is deployed.

This has 4 endpoints,

  1. Get all student records
  2. Get one by id
  3. Post a student record
  4. Delete a record by id