https://spring-product-microservice.herokuapp.com/
username: SecureKeyUsername!
password: SecureKeyPassword!
This is a spring boot product microservice.
GET api/v1/products/{id} //Get product by id
GET api/v1/products //Get all products
POST api/v1/products //Save product
DELETE api/v1/products/{id} //Delete product
gradle,lombok,spring security,PostgreSQL,Basic Auth,PostgreSQL,SpringBoot