Commit a1b29ef04cb22ab144acf682fc5d16132b7ede2e
1 parent
069be1ded1
Exists in
master
and in
1 other branch
update
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/SendMysqlSyncDatUtil.java
View file @
a1b29ef
| ... | ... | @@ -8,6 +8,7 @@ |
| 8 | 8 | import org.apache.commons.codec.binary.Base64; |
| 9 | 9 | import org.apache.commons.collections.CollectionUtils; |
| 10 | 10 | import org.springframework.beans.factory.InitializingBean; |
| 11 | +import org.springframework.stereotype.Component; | |
| 11 | 12 | |
| 12 | 13 | import java.util.HashSet; |
| 13 | 14 | import java.util.Set; |
| ... | ... | @@ -18,6 +19,7 @@ |
| 18 | 19 | /** |
| 19 | 20 | * Created by Administrator on 2017-04-25. |
| 20 | 21 | */ |
| 22 | +@Component | |
| 21 | 23 | public class SendMysqlSyncDatUtil implements InitializingBean { |
| 22 | 24 | |
| 23 | 25 | private static BlockingQueue<SqlRequest> syncSqlQueue = new LinkedBlockingQueue(); |