Authored by jimi

Merge branch 'master' of git.yoho.cn:datasync/yoho-datasync-producer

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>yoho-datasync-producer</artifactId>
<groupId>com.yoho.datasync.producer</groupId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>yoho-datasync-producer-common</artifactId>
<dependencies>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.13.sec01</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
... ... @@ -6,7 +6,7 @@ canal:
destination: "yhgrass"
username: ""
password: ""
filter: "yh_grass.grass_article_praise,yh_grass.grass_article_block,yh_grass.grass_article,yh_grass.grass_article_comment"
filter: "yh_grass.grass_article_praise, yh_grass.grass_article_block, yh_grass.grass_article, yh_grass.grass_article_comment, yh_grass.grass_article_label, yh_grass.grass_article_product"
fetchSize: "1000"
zkAddress: ""
... ... @@ -18,12 +18,6 @@ rabbitmq:
exchange: "yoho_datasync"
virtualHost: "/datasync"
spring:
datasource:
url: jdbc:mysql://192.168.102.219:3306/yh_grass?useUnicode=true&amp;characterEncoding=UTF-8
username: yh_test
password: yh_test
driver-class-name: com.mysql.jdbc.Driver
server:
... ...
... ... @@ -18,12 +18,7 @@ rabbitmq:
exchange: "yoho_datasync"
virtualHost: "/datasync"
spring:
datasource:
url: jdbc:mysql://192.168.102.219:3306/yh_grass?useUnicode=true&amp;characterEncoding=UTF-8
username: yh_test
password: yh_test
driver-class-name: com.mysql.jdbc.Driver
server:
port: 8011
... ...
... ... @@ -18,12 +18,5 @@ rabbitmq:
exchange: "yoho_datasync"
virtualHost: "/datasync"
spring:
datasource:
url: jdbc:mysql://192.168.102.219:3306/yh_grass?useUnicode=true&amp;characterEncoding=UTF-8
username: yh_test
password: yh_test
driver-class-name: com.mysql.jdbc.Driver
server:
port: 8011
... ...