Commit 85b675e6 authored by data爬虫-冯 军凯's avatar data爬虫-冯 军凯

开始数据清洗(腾讯云tidb)

parent e376b9c4
......@@ -5,7 +5,7 @@
<groupId>cn.quantgroup</groupId>
<artifactId>qg-data-service</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.5-SNAPSHOT</version>
<packaging>jar</packaging>
<name>qg-data-service</name>
......
......@@ -21,7 +21,7 @@ public enum TidbDataSource {
// config.setUsername("rc_comservice_data_pool_v2_w");
// config.setPassword("w9pr8IPJkLmUSBe4");
// config.setJdbcUrl("jdbc:mysql://fengkong-tidb.quantgroups.com:4010/rc_comservice_data_pool_v3?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true");
config.setJdbcUrl("jdbc:mysql://172.18.3.21:4010/rc_comservice_data_pool_v3?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true");
config.setJdbcUrl("jdbc:mysql://fengkong-tidb.quantgroups.com:4010/rc_comservice_data_pool_v3?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true");
config.setUsername("rc_comservice_data_pool_v3_w");
config.setPassword("L4letZzT1LmPCxAt");
config.setDriverClassName("com.mysql.jdbc.Driver");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment