I\'m trying to add a classpath to when I run my spring boot application, which is run with the following command
mvn spring-boot:run
I\'m c
if you dont want to modify your pom per https://docs.spring.io/spring-boot/docs/current/maven-plugin/run-mojo.html there are user properties too you can use from command line
mvn -Dspring-boot.run.folders=/etc/bbcom spring-boot:run