Hello, sorry for the noob question (new to Kotlin and JVM world). After succeeding in generating a working fat jar file with Shadowjar, I’d like to know how I can create an external config file to be used with that fat jar so that parameters can be read from that external file.
Something similar to the application.conf but not in the jar itself so that we can amend the values whenever needed.
Thanks for your help !