zhulinn/SpringBoot-Angular7-Online-Shopping-Store

Cant find object

sh4mz opened this issue · 2 comments

sh4mz commented

May i know what the environment you use? im getting this using openjdk13..

image

sh4mz commented

Well i found the solution already.. just place lombok.jar (need to rename if you get from .m2 folder) in the same place with STS. Edit SpringToolSuite.ini and add

-vmargs
-javaagent:lombok.jar

ref : https://stackoverflow.com/questions/35842751/lombok-not-working-with-sts

You need to install Lombok plugin in your IDE for Lombok support. If your are using Intellij, check that.