Is there a way to make IntelliJ put the automatically generated JPA Entity annotations (@Column, @Id, etc.) in the properties themselves , and not in the getter?
There is an answer that indicates a hub problem that works for xml-based configurations, but there are two comments (one of them mine) that ask how to do this with @Configuration (no xml), and there is no answer.
thank
source
share