SaiUpadhyayula / spring-reddit-clone

Reddit clone built using Spring Boot, Spring Security with JWT Authentication, Spring Data JPA with MySQL, Spring MVC. The frontend is built using Angular - You can find the frontend source code here - https://github.com/SaiUpadhyayula/angular-reddit-clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getVoteCount() returning a nullpointer exception

yugmeshdev opened this issue · comments

While testing votes api got this issue(everything is exactly same as this github code):
"Cannot invoke "java.lang.Integer.intValue()" because the return value of "com.example.springredditclone.model.Post.getVoteCount()" is null",