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

transactionLog 数据清洗 main类修改1234567891

parent 1a705c4e
...@@ -51,6 +51,7 @@ public enum HikDataSource { ...@@ -51,6 +51,7 @@ public enum HikDataSource {
config.addDataSourceProperty("prepStmtCacheSize", "250"); config.addDataSourceProperty("prepStmtCacheSize", "250");
config.addDataSourceProperty("prepStmtCacheSqlLimit", "2048"); config.addDataSourceProperty("prepStmtCacheSqlLimit", "2048");
dataSource = new HikariDataSource(config); dataSource = new HikariDataSource(config);
System.out.println("创建数据库连接完毕");
} }
// if(dataSource2==null){ // if(dataSource2==null){
......
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