I have a spring based application that does a component/package scan looking for packages within a certain namespace. The application runs perfectly in Eclipse and I\'d like
You can use your option 1 Maven Compile to a single jar with additional goal parameters.
mvn clean package spring-boot:repackage
It will create the standalone jar file with Spring autoload functionality.