spring-reddit-clone
spring-reddit-clone copied to clipboard
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...
I was trying to make a database in MySQL but it was showing different errors every time. I have experience in MongoDB so I was thinking of making this in...
Parameter 3 of constructor in com.programming.techie.springredditclone.service.CommentService required a bean of type 'com.programming.techie.springredditclone.mapper.CommentMapper' that could not be found.
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",
This implies that the minimal Spring Boot version is 3.1.4, unless you want to meddle with the Spring Boot autoconfiguration and set the Lombok version in your project differently from...