SonarQube Overall Code Summary
Shopping Cart Test Data (product title & price)



com.siriusxm.example.restApiApplication
http://localhost:8080/product/info?titles=cheerios,cornflakes,frosties,shreddies,weetabix
shopping-cart-scala % curl -Xcurl -XGET "http://localhost:8080/product/info?titles=cheerios,cornflakes"
{"cheerios":8.43,"cornflakes":2.52}
