how can I set another properties file location in Spring Shell?
When I try
java -jar ovh-email-creator.jar --spring.config.location=application.yaml
I got a
No command found for '--spring.config.location=application.yaml'
error because spring try to invoke that command and it is does not exists.
How can I set another properties file location in Spring Shell?