Hello,
I have querydsl working with an Eclipse project. I imported the Eclipse project into IntelliJ. Under settings, I configured annotation processor options, similar to Eclipse properties.
But, I need to find any necessary querydsl plugins.
Has anyone gotten querydsl to work with IntelliJ? I have not found any docs so far explaining how to configure IntelliJ to work with querydsl.
Any advice on this is appreciated!
Stratman2