Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 334 Bytes

File metadata and controls

8 lines (5 loc) · 334 Bytes

Using MapStruct with Bazel

This example project shows how to use MapStruct with Bazel. The sample code is using the one from mapstruct-on-ant.

To build the project, run bazel build //... or bazel build //mapstruct-on-bazel:all

To test the project, run bazel test //... or bazel test //mapstruct-on-bazel:ConversionTest