|
@@ -18,7 +18,7 @@ import java.util.List;
|
|
*/
|
|
*/
|
|
@Component
|
|
@Component
|
|
public class FzxzPlanSchedule {
|
|
public class FzxzPlanSchedule {
|
|
- private static String dbUrl = "192.168.100.30:5432";
|
|
|
|
|
|
+ private static String dbUrl = "127.0.0.1:5432";
|
|
private static String dbName = "real";
|
|
private static String dbName = "real";
|
|
private static String dbUser = "postgres";
|
|
private static String dbUser = "postgres";
|
|
private static String dbPwd = "postgis";
|
|
private static String dbPwd = "postgis";
|