SETUP: create a new file and i)Lombok, ii)Spring Configuration Processor, iii)Spring Boot DevTools and iv) Spring Web The service interact with the Fake Store API to retrieve product information such as getAll, get a single, get by category,add a product, update product and delete product. getAll - it returns an array of all the products get a single - it returns a single product by id get by category - it return an array of products falling under the specified category add a product - it creates a new product update product - it updates an existing product delete product - it deletes an existing product