how to add classpath in spring boot

Solutions on MaxInterview for how to add classpath in spring boot by the best coders in the world

showing results for - "how to add classpath in spring boot"
Maelia
14 Feb 2020
1java -cp aapName.jar -Dloader.path=/C:/extLib/ org.springframework.boot.loader.PropertiesLauncher- 
2