Wednesday, April 21, 2021

Spring Boot and Camunda Initializers

 Use the below links for Spring boot and Camunda initializer apps.

1. https://start.spring.io/

2. https://start.camunda.com

Uninstall Eclipse from Windows 10

 There is no uninstaller for Eclipse, so one has to manually delete folders/files to get rid of Eclipse installation entirely. Below are the paths where some of the eclipse related files and folders are stored on windows 10. 

1. Eclipse installation location (most common) : 

         C:\Users\<YourUserName>\eclipse

2. Desktop shortcut icons : 

        C:\Users\<YourUserName>\Desktop

3. Start Menu shortcut icons

        C:\Users\<YourUserName>\Start Menu\Programs\Eclipse

4. Others

        C:\Users\<YourUserName>\.p2 (Cache and other temp files)

        C:\Users\<YourUserName>\.eclipse

        C:\Users\<YourUserName>\.jrebel (JRebel)

        C:\Users\<YourUserName>\.m2 (maven offline repository)

and other folders associated with Eclipse plugins that you have installed.