Browse Source

'修改数据库'

HUJIANGUO 3 năm trước cách đây
mục cha
commit
e59ab85b1c
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      pom.xml

+ 4 - 4
pom.xml

@@ -110,13 +110,13 @@
                 <artifactId>generator-maven-plugin</artifactId>
                 <version>3.0</version>
                 <configuration>
-                    <connUrl>jdbc:oracle:thin:@192.168.1.51:1521:steerinfo</connUrl>
-                    <user>DIL0901</user>
-                    <password>st#0901</password>
+                    <connUrl>jdbc:oracle:thin:@172.16.33.163:1521:ilsdbpri</connUrl>
+                    <user>dil</user>
+                    <password>Dil123789</password>
                     <!--包名-->
                     <targetPackage>com.steerinfo.dil</targetPackage>
                     <tables>
-                        <param>BMSTRUCK_INVOICE</param><!--运力-->
+                        <param></param><!--运力-->
                     </tables>
                 </configuration>
                 <executions>