mssc-beer-order-service
mssc-beer-order-service copied to clipboard
lombok-mapstruct-binding should be added as a <path> to maven compiler config
Or else a NullPointerException will be thrown at BeerOrderServiceImpl#placeOrder
after execution of the following line:
Which will fail because of an unsuccessful mapping between
BeerOrderDto
and a BeerOrder
.