|
@@ -136,29 +136,29 @@
|
|
|
<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>dil</user>
|
|
|
- <password>Dil123789</password>
|
|
|
- <!--包名-->
|
|
|
- <targetPackage>com.steerinfo.dil</targetPackage>
|
|
|
- <tables>
|
|
|
- <param></param>
|
|
|
- </tables>
|
|
|
- </configuration>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <phase>compile</phase>
|
|
|
- <goals>
|
|
|
- <goal>steerinfo</goal>
|
|
|
- </goals>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
+<!-- <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>dil</user>-->
|
|
|
+<!-- <password>Dil123789</password>-->
|
|
|
+<!-- <!–包名–>-->
|
|
|
+<!-- <targetPackage>com.steerinfo.dil</targetPackage>-->
|
|
|
+<!-- <tables>-->
|
|
|
+<!-- <param></param>-->
|
|
|
+<!-- </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>
|