I have a JAR program that I run on a server daily, so that it takes certain values, from the url of a database, folder addresses, etc. I have a file of type properties
within the project, the problem that I present, is that I have to constantly change and add more variables, and I find it tedious to compile and modify the code from the IDE, and upload it to replace the previous one. What I need is to read it externally, and thus only change the file from the outside without needing to have it compiled inside the project.