Table of Contents

About

A properties file is a configuration file that contains key value data.

A properties file is like a ini file but is not the same. See Key Value - Ini file

Syntax

Comments

# comment

Section

[section]

Key Value

key=value