Customer-DB-web-service A customer database made using Springboot and H2 Database. Endpoints: GET a single customer's info: /customers/{id} GET all customers' info: /customers POST: /post.html PUT: /put.html DELETE: /delete.html