@@ -70,14 +70,14 @@ public BeeProGenid getBeeProGenid() {
70
70
71
71
@ Bean
72
72
@ ConditionalOnClass (BeeProMoreTable .class )
73
- @ ConfigurationProperties (prefix = "bee.osql.moreTable " )
73
+ @ ConfigurationProperties (prefix = "bee.osql.more-table " )
74
74
public BeeProMoreTable getBeeProMoreTable () {
75
75
return new BeeProMoreTable ();
76
76
}
77
77
78
78
@ Bean
79
79
@ ConditionalOnClass (BeeProMultiDS .class )
80
- @ ConfigurationProperties (prefix = "bee.dosql.multiDS " )
80
+ @ ConfigurationProperties (prefix = "bee.dosql.multi-d-s " )
81
81
public BeeProMultiDS getBeeProMultiDS () {
82
82
return new BeeProMultiDS ();
83
83
}
@@ -91,28 +91,28 @@ public BeeProNaming getBeeProNaming() {
91
91
92
92
@ Bean
93
93
@ ConditionalOnClass (BeeProPearFlowerId .class )
94
- @ ConfigurationProperties (prefix = "bee.distribution.pearFlowerId " )
94
+ @ ConfigurationProperties (prefix = "bee.distribution.pear-flower-id " )
95
95
public BeeProPearFlowerId getBeeProPearFlowerId () {
96
96
return new BeeProPearFlowerId ();
97
97
}
98
98
99
99
@ Bean
100
100
@ ConditionalOnClass (BeeProReturnStringList .class )
101
- @ ConfigurationProperties (prefix = "bee.osql.returnStringList " )
101
+ @ ConfigurationProperties (prefix = "bee.osql.return-string-list " )
102
102
public BeeProReturnStringList getBeeProReturnStringList () {
103
103
return new BeeProReturnStringList ();
104
104
}
105
105
106
106
@ Bean
107
107
@ ConditionalOnClass (BeeProSelectJson .class )
108
- @ ConfigurationProperties (prefix = "bee.osql.selectJson " )
108
+ @ ConfigurationProperties (prefix = "bee.osql.select-json " )
109
109
public BeeProSelectJson getBeeProSelectJson () {
110
110
return new BeeProSelectJson ();
111
111
}
112
112
113
113
@ Bean
114
114
@ ConditionalOnClass (BeeProShowSql .class )
115
- @ ConfigurationProperties (prefix = "bee.osql.showSql " )
115
+ @ ConfigurationProperties (prefix = "bee.osql.show-sql " )
116
116
public BeeProShowSql getBeeProShowSql () {
117
117
return new BeeProShowSql ();
118
118
}
0 commit comments