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

MAPSTRUCT NOT WORKING ON ECLIPSE COMMUNITY VERSION

naseerahmed587 opened this issue · comments

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

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.