|
@@ -100,46 +100,46 @@
|
|
<build>
|
|
<build>
|
|
<plugins>
|
|
<plugins>
|
|
<!-- 自动生成代码文件 -->
|
|
<!-- 自动生成代码文件 -->
|
|
- <plugin>
|
|
|
|
- <groupId>com.steerinfo</groupId>
|
|
|
|
- <artifactId>generator-maven-plugin</artifactId>
|
|
|
|
- <version>3.0</version>
|
|
|
|
- <configuration>
|
|
|
|
- <connUrl>jdbc:oracle:thin:@172.16.33.163:1521:ilsdbpri</connUrl>
|
|
|
|
- <user>dagang</user>
|
|
|
|
- <password>root123</password>
|
|
|
|
- <!--包名-->
|
|
|
|
- <targetPackage>com.steerinfo.dil</targetPackage>
|
|
|
|
- <tables>
|
|
|
|
- <table>OMSTRUCK_ORDER_MATERIAL</table><!--销售计划-->
|
|
|
|
-<!-- <param>AMSTRUCK_INWARD_REQUIREMENT</param><!–销售计划物资中间表–>-->
|
|
|
|
-<!-- <param>AMSTRUCK_RAIL_DAYPLAN</param><!–销售计划物资中间表–>-->
|
|
|
|
-<!-- <param>AMS_CONTRACT_TRANSPORT_PRICE</param><!–销售订单–>-->
|
|
|
|
-<!-- <param>AMS_SALE_ORDER_MATERIAL</param><!–销售订单车序号表–>-->
|
|
|
|
-<!-- <param>AMS_SALE_TRUCKNO_MATERIAL</param><!–车序号物资中间表–>-->
|
|
|
|
- </tables>
|
|
|
|
- </configuration>
|
|
|
|
- <executions>
|
|
|
|
- <execution>
|
|
|
|
- <phase>compile</phase>
|
|
|
|
- <goals>
|
|
|
|
- <goal>steerinfo</goal>
|
|
|
|
- </goals>
|
|
|
|
- </execution>
|
|
|
|
- </executions>
|
|
|
|
- </plugin>
|
|
|
|
<!-- <plugin>-->
|
|
<!-- <plugin>-->
|
|
-<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
|
-<!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
|
|
|
|
-<!-- <version>2.2.6.RELEASE</version>-->
|
|
|
|
|
|
+<!-- <groupId>com.steerinfo</groupId>-->
|
|
|
|
+<!-- <artifactId>generator-maven-plugin</artifactId>-->
|
|
|
|
+<!-- <version>3.0</version>-->
|
|
|
|
+<!-- <configuration>-->
|
|
|
|
+<!-- <connUrl>jdbc:oracle:thin:@172.16.33.163:1521:ilsdbpri</connUrl>-->
|
|
|
|
+<!-- <user>dagang</user>-->
|
|
|
|
+<!-- <password>root123</password>-->
|
|
|
|
+<!-- <!–包名–>-->
|
|
|
|
+<!-- <targetPackage>com.steerinfo.dil</targetPackage>-->
|
|
|
|
+<!-- <tables>-->
|
|
|
|
+<!-- <table>OMSTRUCK_ORDER_MATERIAL</table><!–销售计划–>-->
|
|
|
|
+<!-- <!– <param>AMSTRUCK_INWARD_REQUIREMENT</param><!–销售计划物资中间表–>–>-->
|
|
|
|
+<!-- <!– <param>AMSTRUCK_RAIL_DAYPLAN</param><!–销售计划物资中间表–>–>-->
|
|
|
|
+<!-- <!– <param>AMS_CONTRACT_TRANSPORT_PRICE</param><!–销售订单–>–>-->
|
|
|
|
+<!-- <!– <param>AMS_SALE_ORDER_MATERIAL</param><!–销售订单车序号表–>–>-->
|
|
|
|
+<!-- <!– <param>AMS_SALE_TRUCKNO_MATERIAL</param><!–车序号物资中间表–>–>-->
|
|
|
|
+<!-- </tables>-->
|
|
|
|
+<!-- </configuration>-->
|
|
<!-- <executions>-->
|
|
<!-- <executions>-->
|
|
<!-- <execution>-->
|
|
<!-- <execution>-->
|
|
|
|
+<!-- <phase>compile</phase>-->
|
|
<!-- <goals>-->
|
|
<!-- <goals>-->
|
|
-<!-- <goal>repackage</goal>-->
|
|
|
|
|
|
+<!-- <goal></goal>-->
|
|
<!-- </goals>-->
|
|
<!-- </goals>-->
|
|
<!-- </execution>-->
|
|
<!-- </execution>-->
|
|
<!-- </executions>-->
|
|
<!-- </executions>-->
|
|
<!-- </plugin>-->
|
|
<!-- </plugin>-->
|
|
|
|
+ <plugin>
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
+ <version>2.2.6.RELEASE</version>
|
|
|
|
+ <executions>
|
|
|
|
+ <execution>
|
|
|
|
+ <goals>
|
|
|
|
+ <goal>repackage</goal>
|
|
|
|
+ </goals>
|
|
|
|
+ </execution>
|
|
|
|
+ </executions>
|
|
|
|
+ </plugin>
|
|
</plugins>
|
|
</plugins>
|
|
<resources>
|
|
<resources>
|
|
<resource>
|
|
<resource>
|