Home wiki - Yash-777/MyWorld GitHub Wiki

Spring Tool Suite (STS) 4-4.18.0.RELEASE win32.x86_64 to extract the jar contents and to view the STS IDE java -jar spring-tool-suite.jar.

Primevideo Video Streaming Youtube

Scaling up the Prime Video audio/video monitoring service and reducing costs by 90% The move from a distributed microservices architecture to a monolith application helped achieve higher scale, resilience, and reduce costs.

distributed microservices architecture monolith application
image image

Lombok is a library that facilitates many tedious tasks and reduces Java source code verbosity. Of course, we usually want to be able to use the library in an IDE, which requires additional setup.

Spring Tools Suite (STS)

Open STS.ini or SpringToolSuie4.ini Configuration file and the -javaagent=lombook-.1.18.26.jar.

-- {vmargs details}
    -javaagent:C:\softwares\sts-4.12.0.RELEASE\lombok.jar

If not working:

Double-click lombok.jar (downloadable from this site, or from your maven repository; it's the same jar). This starts the eclipse installer which will find eclipse (and eclipse variants as listed above), and offers to install lombok into these eclipse installations. The same tool can also uninstall lombok:

image

You can check if your eclipse installation is lombok-enabled in eclipse's about dialog. The lombok version will be listed at the end of the copyright text:

image


⚠️ **GitHub.com Fallback** ⚠️