autoconfigure.properties
2.52 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
###############\u793A\u4F8B1######################
#test.prop.string=xdfasfads
#test.prop.integer=123
#test.prop.map.testKey=fdsafa
#test.prop.map.testKey2=fdsafsafsdfasd
#test.prop.enumValue=ONE
#test.prop.list[0]=xxx
#test.prop.list[1]=fasdf
#test.prop.integers[0]=3424
#test.prop.integers[2]=342443
#
#test.prop.config.string=xdfasfads
#test.prop.config.integer=123
#test.prop.config.map.testKey=fdsafa
#test.prop.config.map.testKey2=fdsafsafsdfasd
#test.prop.config.enumValue=ONE
#test.prop.config.list[0]=xxx
#test.prop.config.list[1]=fasdf
#test.prop.config.integers[0]=3424
#test.prop.config.integers[2]=342443
###############\u793A\u4F8B2######################
#test_prop_string=xdfasfads
#test_prop_integer=123
#test_prop_map_testKey=fdsafa
#test_prop_map_testKey2=fdsafsafsdfasd
#test_prop_enumValue=ONE
#test_prop_list[0]=xxx
#test_prop_list[1]=fasdf
#test_prop_integers[0]=3424
#test_prop_integers[2]=342443
#
#test_prop_config_string=xdfasfads
#test_prop_config_integer=123
#test_prop_config_map_testKey=fdsafa
#test_prop_config_map_testKey2=fdsafsafsdfasd
#test_prop_config_enumValue=ONE
#test_prop_config_list[0]=xxx
#test_prop_config_list[1]=fasdf
#test_prop_config_integers[0]=3424
#test_prop_config_integers[2]=342443
###############\u793A\u4F8B3######################
TEST.PROP.STRING=XDFASFADS
TEST.PROP.INTEGER=123
TEST.PROP.MAP.TESTKEY=FDSAFA
TEST.PROP.MAP.TESTKEY2=FDSAFSAFSDFASD
TEST.PROP.MAP.[TESTKEY24]=FDSAFSAFSDFASDfdasfads
TEST.PROP.ENUM-VALUE=ONE
TEST.PROP.LIST[0]=XXX
TEST.PROP.LIST[1]=FASDF
TEST.PROP.INTEGERS[0]=3424
TEST.PROP.INTEGERS[2]=342443
TEST.PROP.NODE_CLASS=com.github.ltsopensource.core.cluster.AbstractClientNode
TEST.PROP.CONFIG.STRING=XDFASFADS
TEST.PROP.CONFIG.INTEGER=123
TEST.PROP.CONFIG.MAP.TESTKEY=FDSAFA
TEST.PROP.CONFIG.MAP.TESTKEY2=FDSAFSAFSDFASD
TEST.PROP.CONFIG.ENUM-VALUE=ONE
TEST.PROP.CONFIG.LIST[0]=XXX
TEST.PROP.CONFIG.LIST[1]=FASDF
TEST.PROP.CONFIG.INTEGERS[0]=3424
TEST.PROP.CONFIG.INTEGERS[2]=342443
###############\u793A\u4F8B4######################
#TEST_PROP_STRING=XDFASFADS
#TEST_PROP_INTEGER=123
#TEST_PROP_MAP_TESTKEY=FDSAFA
#TEST_PROP_MAP_TESTKEY2=FDSAFSAFSDFASD
#TEST_PROP_ENUMVALUE=ONE
#TEST_PROP_LIST[0]=XXX
#TEST_PROP_LIST[1]=FASDF
#TEST_PROP_INTEGERS[0]=3424
#TEST_PROP_INTEGERS[2]=342443
#
#TEST_PROP_CONFIG_STRING=XDFASFADS
#TEST_PROP_CONFIG_INTEGER=123
#TEST_PROP_CONFIG_MAP_TESTKEY=FDSAFA
#TEST_PROP_CONFIG_MAP_TESTKEY2=FDSAFSAFSDFASD
#TEST_PROP_CONFIG_ENUMVALUE=ONE
#TEST_PROP_CONFIG_LIST[0]=XXX
#TEST_PROP_CONFIG_LIST[1]=FASDF
#TEST_PROP_CONFIG_INTEGERS[0]=3424
#TEST_PROP_CONFIG_INTEGERS[2]=342443