I am creating spring boot restful application. This application uses external jar files.
When I create war file for application and deployed on local as well as server then this works fine. But when I create executable jar file of this application this is not using external jar file. I have class not found exception.
How Can I resolve this problem?
Anyone suggest me the way to pass external jar file for executing jar file.