mapstruct-examples icon indicating copy to clipboard operation
mapstruct-examples copied to clipboard

Add examples with DI frameworks

Open filiphr opened this issue 8 years ago • 5 comments

Add examples with DI frameworks:

  • [ ] - Spring
  • [ ] - Guice
  • [ ] - Dagger 2
  • [ ] - CDI

filiphr avatar Apr 16 '17 23:04 filiphr

I can prepare Spring examples if needed. I will, when I'll have some time.

xenteros avatar Jun 12 '17 07:06 xenteros

That would be great @xenteros. I think that it is good to have as many examples as possible so people can see how exactly they can configure their project. We have an integration test with Spring as well, but not with the other DI frameworks

filiphr avatar Jun 14 '17 18:06 filiphr

@filiphr I have just created pull request with example that was requested on StackOverflow from time to time. Would you have a look?

xenteros avatar Jun 14 '17 20:06 xenteros

@xenteros yes I've seen your PR. I didn't had time to have a better look. I'll try and do it by the end of the weekend, I hope that is fine for you.

filiphr avatar Jun 14 '17 21:06 filiphr

@filiphr yup. I'll try to find more interesting examples in the code I have already wrote and rewrite, so they fit examples.

xenteros avatar Jun 15 '17 06:06 xenteros