Skip to content

Latest commit

 

History

History

mapstruct-on-bazel

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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