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
658 stars 386 forks source link

MAPSTRUCT NOT WORKING ON ECLIPSE COMMUNITY VERSION #12

Closed naseerahmed587 closed 3 years ago

naseerahmed587 commented 3 years ago

Sir i have done all hard work on map struct but its not working even i tried it without lombok on some other classes just to test it but its not working. kindly guide me or if u can share some videos for it please thanks so much

SaiUpadhyayula commented 3 years ago

hi, I believe you may have already solved this issue, unfortunately, I didn't work on Eclipse for the past 5 years, so I cannot give any guidance here.

The starting place is to search how to integrate Lombok and map struct in Eclipse.

If nothing works, you can give IntelliJ IDEA a try, it contains the community edition, if you are not comfortable with that then you can always create the mapping methods by hand.