Skip to content

Tag: spring-boot

how do I add JRE to Spring Tool Suite

I’ve just installed JDK 16 on MacOS: $echo $JAVA_HOME So now how do I define new JRE in STS in Installed JREs window? Which folder do I pick up? Answer windows->preferences->installed JRE – JRE Home :go to sts installed folder c:…sts-4.10.0.RELEASEpluginsorg.eclipse.justj.openjdk.hotsp…

How to ignore a field from DB [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 1 year ago. Improve this question I have a list of persons in DB everyone having a CV field which is a MultiPart File in Spring…