After latest update of IntelliJ, JPA Buddy missing from right title bar which usually placed under Maven section.
CodePudding user response:
To see the JPA Buddy tool windows you need:
- Make sure you have hibernate-core, EclipseLink or Spring Data JPA dependency: https://www.jpa-buddy.com/documentation/#dependencies. Also make sure it is correct and reimport dependencies.
- Make sure you haven't enabled the minimalistic mode: https://www.jpa-buddy.com/documentation/minimalistic-mode/#enabling-minimalistic-mode
- After the major IntelliJ IDEA update, make sure you updated JPA Buddy and restarted an IDE.
- Contact the JPA Buddy team on discord if the first two didn't help: https://discord.gg/DxRDQPk9rh.
CodePudding user response:
The problem was in the installation, I hadn't included the right hibernate version and also hadn't updated since I added .