Closed vbhambhu closed 6 years ago
That is because they use the Project Lombok library which generates the getters and setters automatically when you add annotations to the model class.
Check whether the Lombok library is imported correctly and this issue would be resolved.
Thanks, It was imported successfully but for some reason, it was not working. After updating dependency to below worked fine
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.20</version>
<scope>provided</scope>
</dependency>
Hi I imported application to intelij. Created database and change config.
Seems like no getter and setter for model classes. I am getting