mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +08:00
note that ${} is special in HOCON and not in Java properties
This commit is contained in:
parent
f95c309462
commit
0c55fd6f06
1
HOCON.md
1
HOCON.md
@ -1028,3 +1028,4 @@ Differences include but are probably not limited to:
|
|||||||
- HOCON allows comments on the same line as a key or value, while
|
- HOCON allows comments on the same line as a key or value, while
|
||||||
properties files only recognize comment characters if they
|
properties files only recognize comment characters if they
|
||||||
occur as the first character on the line
|
occur as the first character on the line
|
||||||
|
- HOCON interprets `${}` as a substitution
|
||||||
|
Loading…
Reference in New Issue
Block a user