I have web project spring mvc with spring data
here is example :
https://github.com/prilia/SpringJpa-Quarydsl-Test/tree/master/JpaSpringQuarydsl
I checked a lot of pom.xml that I found in web to create a Q classes of entities, but no lack.
Please help me with creating Q classes with maven.
Hi, Thanks to Timo, I found my real problem -> QueryDsl and @JsonAutoDetect - Q classes not generated
you need plugin, try this:
I copied this from my project. just added it to your
pom
and have a try.There are additional options in the code above, if you just wanna a simple one, focus on the querydsl reference