Asked 1 years ago in General Programming by Katherin Gomez Answer
I want to know how to store db connection details in a config file for my Java application.
For example, When we install WordPress manually, we will edit the config file and give the db name, and user password.
How to use this kind of config file for my Java application?
Tags