Is there a way for an executable/runnable jar file to read yml file which can be edited manually?

237 views Asked by At

I have a selenium maven project, which I converted into a runnable jar. Now I want to parametrize or read certain file which can be edited from outside. My objective is not to build the jar again and again whenever there is a small change in my code. How can this be achieved for an executable jar file.

0

There are 0 answers