|
@@ -100,46 +100,46 @@
|
|
|
<build>
|
|
|
<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>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- </tables>
|
|
|
- </configuration>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <phase>compile</phase>
|
|
|
- <goals>
|
|
|
- <goal>steerinfo</goal>
|
|
|
- </goals>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </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>
|
|
|
<resources>
|
|
|
<resource>
|