Hi Stackoverflow!
im getting tierd of all this boring boilerplate code to parse application configuration like database connections, working directories, API endpoints and whatnot. Sping IoC looks nice, but this will force the user of my application to modify the XML file just to edit the database URL and so on. This might also be very distributed in the XML file where all my other wiring ocours.
What is the best technique to allow end-users to configurate services (Which do not run inside an application server)? What go you guys use?
I'm looking forward for your answers, have a nice day!