mapstruct / mapstruct-spring-extensions

Helpful additions to MapStruct when using the Spring Framework.
Apache License 2.0
139 stars 30 forks source link

"noconfig" example is not working #106

Closed marcotama closed 1 month ago

marcotama commented 1 month ago

Hello, thanks for making this extension, it seems a useful addition!

I am having troubles getting it to work, though. I was following your "noconfig" example but wasn't able to continue due to an import statement not satisfied. I tried cloning this repository to get to the bottom of this, but things still don't work.

Basically, the class org.mapstruct.extensions.spring.converter.ConversionServiceAdapter does not seem to exist.

Can you please advise?

This is a screenshot of the error. image

Chessray commented 1 month ago

That's the point of this extension. The class will be generated on the compile step during the build process.