wangb@gyee-china.com преди 1 година
родител
ревизия
9588e2a274
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      web/runeconomy-jjyx/src/main/java/com/gyee/runeconomy/config/GeneratorCodeConfig.java

+ 2 - 2
web/runeconomy-jjyx/src/main/java/com/gyee/runeconomy/config/GeneratorCodeConfig.java

@@ -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);