How to create Maven Run configuration in Eclipse /STS

Salbin Antoney
Apr 27, 2021

This is a short story to help to create Run configuration for Maven projects.Multiple configuration can be created

The Run Configuration window can be invoked by selecting the Run Configurations menu item from the Run menu.

click on New launch configuration
click on base project and select the project

Update mvn commands :

clean install

spring-boot:run

fill the fields and click on Apply

--

--