|
@@ -60,8 +60,8 @@ public class GeneratorCodeConfig {
|
|
|
|
|
|
dsc.setDriverName("org.postgresql.Driver");
|
|
|
dsc.setUsername("postgres");
|
|
|
- dsc.setPassword("gd123");
|
|
|
- dsc.setUrl("jdbc:postgresql://124.70.75.91:5432/IMS_NEM_JJYX");
|
|
|
+ dsc.setPassword("postgres");
|
|
|
+ dsc.setUrl("jdbc:postgresql://10.81.3.151:5432/IMS_NEM_JN");
|
|
|
|
|
|
mpg.setDataSource(dsc);
|
|
|
|