1.What is properties file?
Properties file is a library support to interact with .properties and yaml file. It reads and parses those file contents to Properties object
2. What does properties file provide?
- Read properties file
- Read yaml file
- Map Properties to POJO
- Map .properties file to POJO
- Map Properties to POJO by prefix
- Map yaml file to POJO
- Write Properties object to file
3. Getting Started