mssc-beer-order-service icon indicating copy to clipboard operation
mssc-beer-order-service copied to clipboard

lombok-mapstruct-binding should be added as a <path> to maven compiler config

Open RanyAlbegWein opened this issue 2 years ago • 0 comments

Or else a NullPointerException will be thrown at BeerOrderServiceImpl#placeOrder after execution of the following line: image Which will fail because of an unsuccessful mapping between BeerOrderDto and a BeerOrder. image

RanyAlbegWein avatar Aug 11 '21 16:08 RanyAlbegWein