@@ -70,14 +70,14 @@ public BeeProGenid getBeeProGenid() {
7070
7171 @ Bean
7272 @ ConditionalOnClass (BeeProMoreTable .class )
73- @ ConfigurationProperties (prefix = "bee.osql.moreTable " )
73+ @ ConfigurationProperties (prefix = "bee.osql.more-table " )
7474 public BeeProMoreTable getBeeProMoreTable () {
7575 return new BeeProMoreTable ();
7676 }
7777
7878 @ Bean
7979 @ ConditionalOnClass (BeeProMultiDS .class )
80- @ ConfigurationProperties (prefix = "bee.dosql.multiDS " )
80+ @ ConfigurationProperties (prefix = "bee.dosql.multi-d-s " )
8181 public BeeProMultiDS getBeeProMultiDS () {
8282 return new BeeProMultiDS ();
8383 }
@@ -91,28 +91,28 @@ public BeeProNaming getBeeProNaming() {
9191
9292 @ Bean
9393 @ ConditionalOnClass (BeeProPearFlowerId .class )
94- @ ConfigurationProperties (prefix = "bee.distribution.pearFlowerId " )
94+ @ ConfigurationProperties (prefix = "bee.distribution.pear-flower-id " )
9595 public BeeProPearFlowerId getBeeProPearFlowerId () {
9696 return new BeeProPearFlowerId ();
9797 }
9898
9999 @ Bean
100100 @ ConditionalOnClass (BeeProReturnStringList .class )
101- @ ConfigurationProperties (prefix = "bee.osql.returnStringList " )
101+ @ ConfigurationProperties (prefix = "bee.osql.return-string-list " )
102102 public BeeProReturnStringList getBeeProReturnStringList () {
103103 return new BeeProReturnStringList ();
104104 }
105105
106106 @ Bean
107107 @ ConditionalOnClass (BeeProSelectJson .class )
108- @ ConfigurationProperties (prefix = "bee.osql.selectJson " )
108+ @ ConfigurationProperties (prefix = "bee.osql.select-json " )
109109 public BeeProSelectJson getBeeProSelectJson () {
110110 return new BeeProSelectJson ();
111111 }
112112
113113 @ Bean
114114 @ ConditionalOnClass (BeeProShowSql .class )
115- @ ConfigurationProperties (prefix = "bee.osql.showSql " )
115+ @ ConfigurationProperties (prefix = "bee.osql.show-sql " )
116116 public BeeProShowSql getBeeProShowSql () {
117117 return new BeeProShowSql ();
118118 }
0 commit comments