Commit 77392cb06294cea8cac4d57d774f3918e8a4da24

Authored by 杨鸣坤
1 parent 7efc23df

池州经开区数据上报v2

@@ -25,7 +25,7 @@ public class CzDeviceReportService { @@ -25,7 +25,7 @@ public class CzDeviceReportService {
25 String username = "admin"; 25 String username = "admin";
26 String password = "ly@666yc"; 26 String password = "ly@666yc";
27 27
28 - String jdbcUrl = "postgresql://106.15.73.210:5433/thingskit"; 28 + String jdbcUrl = "jdbc:postgresql://106.15.73.210:5433/thingskit";
29 String jdbcUserName = "postgres"; 29 String jdbcUserName = "postgres";
30 String jdbcPassword = "postgres"; 30 String jdbcPassword = "postgres";
31 String selectSql = "SELECT\n" + 31 String selectSql = "SELECT\n" +