#16 - Display Currency for Product Prices - Part 1

Display Currency for Product Prices - Part 1

In this issue, we will add currency to the Product Price entity

  • use CurrencyField component
  • create Money embeddable entity for storing amount & currency
  • use Spring Boots Configuration Properties binding to configure default currency via application.properties
  • use Messages API for translations of the currency value
Copyright © Mario David.