I have a Spring boot project httpCommonInterface, and have run it in the Eclipse IDE, so I have a launch configuration for it, both in the ide, and on the <workspace>/.metadata/.plugins/org.eclipse.debug.core/.launches folder.(Also I noticed that there is a mismatch between them.)
The problem is when I tried to export it to a runnable jar, I can't find that configuration. (They are different for all these three lists!)
Without the configuration I can't export that project. How can I fix this?


