Showing
1 changed file
with
1 additions
and
1 deletions
@@ -18,7 +18,7 @@ import org.springframework.stereotype.Component; | @@ -18,7 +18,7 @@ import org.springframework.stereotype.Component; | ||
18 | import java.util.*; | 18 | import java.util.*; |
19 | 19 | ||
20 | @Component | 20 | @Component |
21 | -@SearchMqConsumerListerner(tableName = "product_style_relation") | 21 | +@SearchMqConsumerListerner(dbName = "yh_shops",tableName = "product_style_relation") |
22 | public class ProductStyleRelationMqListener extends AbstractMqListener { | 22 | public class ProductStyleRelationMqListener extends AbstractMqListener { |
23 | 23 | ||
24 | private static final Logger logger = LoggerFactory.getLogger(ProductStyleRelationMqListener.class); | 24 | private static final Logger logger = LoggerFactory.getLogger(ProductStyleRelationMqListener.class); |
-
Please register or login to post a comment