How do I create a Spring Boot Starter Project in Eclipse that is properly configured with a Run Configuration?
I followed the instructions in Spring Boot Support in Spring Tool Suite 3.6.4 and ended up with an Eclipse project which has several issues. The number one issue is that when I right-click on the class containing the "main" entry method and select the "Run As" option, the only entry I get is the fallback "Run Configurations..." method. I neither get the option to run it as a "Spring Boot App" or as a "Java Application". My question is how do I create the project or what do I do after it's created following the instructions in that site to get that Run As option? In addition to the above