|
@@ -110,13 +110,13 @@
|
|
<artifactId>generator-maven-plugin</artifactId>
|
|
<artifactId>generator-maven-plugin</artifactId>
|
|
<version>3.0</version>
|
|
<version>3.0</version>
|
|
<configuration>
|
|
<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>
|
|
<targetPackage>com.steerinfo.dil</targetPackage>
|
|
<tables>
|
|
<tables>
|
|
- <param>BMSTRUCK_INVOICE</param><!--运力-->
|
|
|
|
|
|
+ <param></param><!--运力-->
|
|
</tables>
|
|
</tables>
|
|
</configuration>
|
|
</configuration>
|
|
<executions>
|
|
<executions>
|