-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsample.properties
30 lines (29 loc) · 858 Bytes
/
sample.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# You are reading the ".properties" file.
complexObject.booleans.trueValue=True
complexObject.booleans.falseValue=false
complexObject.numbers.integerValue=11
complexObject.numbers.doubleValue=11.0
complexObject.text=text
simpleText=text2
complexObject.nullValue=null
complexObject.empty=
multiDimArray[0][0]=00
multiDimArray[0][1]=01
multiDimArray[1][0]=10
multiDimArray[1][1]=11
a[0].b[0]=12
a[0].b[1]=67
whitelistedEmails[0][email protected]
whitelistedEmails[1][email protected]
whitelistedEmails[2][email protected]
whitelistedEmails[3][email protected]
whitelistedEmails[4][email protected]
whitelistedEmails[5][email protected]
whitelistedEmails[6][email protected]
whitelistedEmails[7][email protected]
whitelistedEmails[8][email protected]
whitelistedEmails[9][email protected]
whitelistedEmails[10][email protected]
whitelistedEmails[11][email protected]
whitelistedEmails[12][email protected]
whitelistedEmails[13][email protected]