Commit a461c16e authored by 郝彦辉's avatar 郝彦辉

手动修复数据工具4

parent e2f59ad4
...@@ -17,16 +17,16 @@ public class XyqbHistoryDataSourcePreperties { ...@@ -17,16 +17,16 @@ public class XyqbHistoryDataSourcePreperties {
@Value("${baihang.db.maxPoolSize2}") @Value("${baihang.db.maxPoolSize2}")
private int maxPoolSize; private int maxPoolSize;
//@Value("${data.source.baihang.jdbcUrl2}") @Value("${data.source.baihang.jdbcUrl2}")
//private String jdbcUrl; private String jdbcUrl;
private String jdbcUrl = "jdbc:mysql://172.20.6.21:4010/rc_syn_to_baihang_report?useUnicode=true&characterEncoding=UTF8&useSSL=false"; //private String jdbcUrl = "jdbc:mysql://172.20.6.21:4010/rc_syn_to_baihang_report?useUnicode=true&characterEncoding=UTF8&useSSL=false";
//@Value("${data.source.baihang.username2}") @Value("${data.source.baihang.username2}")
//private String username; private String username;
private String username="xyqb_history_w"; //private String username="xyqb_history_w";
//@Value("${data.source.baihang.password2}") @Value("${data.source.baihang.password2}")
//private String password; private String password;
private String password="KDb18asPu6iEz5lg"; //private String password="KDb18asPu6iEz5lg";
} }
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