bzlister

Results 3 comments of bzlister

bump. also encountering the exact same issue...

Just remake the project into Maven. pom.xml: ``` 4.0.0 org.springframework.boot spring-boot-starter-parent 2.2.2.RELEASE com.example spring-boot 0.0.1-SNAPSHOT spring-boot Demo project for Spring Boot 1.8 org.springframework.boot spring-boot-starter-data-jpa org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-starter-security org.postgresql postgresql...

The lombok plugin (one of the gradle dependencies and an import in all the classes you list) will automatically generate all those getters and setters you mentioned