eazybytes / spring

Spring, SpringBoot, JPA, Hibernate : Zero To Master - Code Examples

Home Page:https://www.udemy.com/course/spring-springboot-jpa-hibernate-zero-to-master/?referralCode=9FA65DAC46E91F6A225D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example 21 application

mounika-12-code opened this issue · comments

Hello 21 example have lot of errors even I tried I lot to rectify plz do check once.

This can be due to Lombok annotations. For Lombok annotations to work, we need to enable annotation processing inside the IDE.

Inside IntelliJ IDE, you can go to Preferences and search for 'Annotation Processors'. Post that please make sure to check the 'Enable annotation processing' option and do a maven clean build.

Thanks

But I am using eclipse what i need to do

Inside Eclipse also, we need to follow similar steps. Please check below link,

https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.jst.ws.cxf.doc.user%2Ftasks%2Fconfiguring_jaxws_annotation_processing.html

If the above is not working, please refer to the below official link on how to setup Lombok in Eclipse,

https://projectlombok.org/setup/eclipse

Thanks