「Property」- 配置文件

性质

定义

hello=hello
db.url = jdbc:mysql://localhost:3306/mydb

注释

# You are reading a comment in ".properties" file.
! The exclamation mark ('!') can also be used for comments.

注意,其不支持行内注释

数组

Property 本身并不支持数组,所以需要自定义结构,然后在程序中编写解析代码。

参考

.properties – Wikipedia