I would like to know if is possible use external jars with web application that uses spring boot with embedded server.
Example:
java -cp external.api -jar app.war -spring.config.location=application.properties
When I use application I got errors like ClassNotFoundException for classes that are inside of external jar.