mirror of
https://gitee.com/dromara/hutool.git
synced 2025-09-19 18:22:29 +08:00
25 lines
381 B
Plaintext
25 lines
381 B
Plaintext
# -------------------------------------------------------------
|
|
# ----- GroupedSet File with UTF8-----
|
|
# @see org.dromara.hutool.setting.GroupedSet
|
|
# -------------------------------------------------------------
|
|
|
|
无分组值1
|
|
无分组值2
|
|
|
|
[分组1]
|
|
值1
|
|
值2
|
|
值3
|
|
|
|
[特殊分组]
|
|
1
|
|
2
|
|
3
|
|
\#转义注释符
|
|
|
|
[]
|
|
空分组值1
|
|
空分组会合并到无分组里
|
|
|
|
[没有值的分组]
|