ali-bouali / spring-boot-3-jwt-security

Sample project on how to implement JWT security based using Spring boot 3 and Spring security 6
https://aliboucoding.com/p/securing-your-spring-boot-3-0-applications-with-json-web-tokens-jwt
Apache License 2.0
1.86k stars 870 forks source link

Project Lombok Plugin in Eclipse #45

Open coderbdsust opened 1 year ago

coderbdsust commented 1 year ago

I tried to run the project in eclipse and spring tool suite but some unknown reason project not working. Then after lots of debug I found project lombok is the real culprit. Project lombok need to install in eclipse or spring tool suite seperately. After that this project is running smoothly in the eclipse and spring tool suite.

For your reference I add a link how you can do that. https://www.youtube.com/watch?v=D-6wjWxXptM&ab_channel=PrashantRana