|
@@ -63,14 +63,14 @@
|
|
|
<filtering>false</filtering>
|
|
<filtering>false</filtering>
|
|
|
</resource>
|
|
</resource>
|
|
|
</resources>
|
|
</resources>
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<plugins>
|
|
<plugins>
|
|
|
- <!--数据库链接、目标路径、数据库用户、数据库密码-->
|
|
|
|
|
- <!-- 一对一 一对多的配置文件generatorConfig.xml 请填写- - -绝对路经 -->
|
|
|
|
|
- <!-- 配置文件模版位置在 generator-maven-plugin-3.0.jar 包的主目录下 -->
|
|
|
|
|
- <!--<xmlProject>${project.basedir}\src\main\resources\generatorConfig.xml</xmlProject>-->
|
|
|
|
|
- <!-- 表生成model默认生成驼峰式:sys_user->SysUser,如果需要生成其它名字可以用逗号分隔:sys_user,User -->
|
|
|
|
|
- <!--
|
|
|
|
|
|
|
+ <!--数据库链接、目标路径、数据库用户、数据库密码-->
|
|
|
|
|
+ <!-- 一对一 一对多的配置文件generatorConfig.xml 请填写- - -绝对路经 -->
|
|
|
|
|
+ <!-- 配置文件模版位置在 generator-maven-plugin-3.0.jar 包的主目录下 -->
|
|
|
|
|
+ <!--<xmlProject>${project.basedir}\src\main\resources\generatorConfig.xml</xmlProject>-->
|
|
|
|
|
+ <!-- 表生成model默认生成驼峰式:sys_user->SysUser,如果需要生成其它名字可以用逗号分隔:sys_user,User -->
|
|
|
|
|
+ <!--
|
|
|
<plugin>
|
|
<plugin>
|
|
|
<groupId>com.steerinfo</groupId>
|
|
<groupId>com.steerinfo</groupId>
|
|
|
<artifactId>generator-maven-plugin</artifactId>
|
|
<artifactId>generator-maven-plugin</artifactId>
|
|
@@ -93,7 +93,7 @@
|
|
|
</execution>
|
|
</execution>
|
|
|
</executions>
|
|
</executions>
|
|
|
</plugin>
|
|
</plugin>
|
|
|
- -->
|
|
|
|
|
|
|
+ -->
|
|
|
<plugin>
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
@@ -118,30 +118,30 @@
|
|
|
<plugins>
|
|
<plugins>
|
|
|
<!-- This plugin's configuration is used to store Eclipse m2e settings
|
|
<!-- This plugin's configuration is used to store Eclipse m2e settings
|
|
|
only. It has no influence on the Maven build itself. -->
|
|
only. It has no influence on the Maven build itself. -->
|
|
|
-<!-- <plugin>-->
|
|
|
|
|
-<!-- <groupId>org.eclipse.m2e</groupId>-->
|
|
|
|
|
-<!-- <artifactId>lifecycle-mapping</artifactId>-->
|
|
|
|
|
-<!-- <version>1.0.0</version>-->
|
|
|
|
|
-<!-- <configuration>-->
|
|
|
|
|
-<!-- <lifecycleMappingMetadata>-->
|
|
|
|
|
-<!-- <pluginExecutions>-->
|
|
|
|
|
-<!-- <pluginExecution>-->
|
|
|
|
|
-<!-- <pluginExecutionFilter>-->
|
|
|
|
|
-<!-- <groupId>com.steerinfo</groupId>-->
|
|
|
|
|
-<!-- <artifactId>generator-maven-plugin</artifactId>-->
|
|
|
|
|
-<!-- <versionRange>[0.0.1,)</versionRange>-->
|
|
|
|
|
-<!-- <goals>-->
|
|
|
|
|
-<!-- <goal>steerinfo</goal>-->
|
|
|
|
|
-<!-- </goals>-->
|
|
|
|
|
-<!-- </pluginExecutionFilter>-->
|
|
|
|
|
-<!-- <action>-->
|
|
|
|
|
-<!-- <ignore></ignore>-->
|
|
|
|
|
-<!-- </action>-->
|
|
|
|
|
-<!-- </pluginExecution>-->
|
|
|
|
|
-<!-- </pluginExecutions>-->
|
|
|
|
|
-<!-- </lifecycleMappingMetadata>-->
|
|
|
|
|
-<!-- </configuration>-->
|
|
|
|
|
-<!-- </plugin>-->
|
|
|
|
|
|
|
+ <!-- <plugin>-->
|
|
|
|
|
+ <!-- <groupId>org.eclipse.m2e</groupId>-->
|
|
|
|
|
+ <!-- <artifactId>lifecycle-mapping</artifactId>-->
|
|
|
|
|
+ <!-- <version>1.0.0</version>-->
|
|
|
|
|
+ <!-- <configuration>-->
|
|
|
|
|
+ <!-- <lifecycleMappingMetadata>-->
|
|
|
|
|
+ <!-- <pluginExecutions>-->
|
|
|
|
|
+ <!-- <pluginExecution>-->
|
|
|
|
|
+ <!-- <pluginExecutionFilter>-->
|
|
|
|
|
+ <!-- <groupId>com.steerinfo</groupId>-->
|
|
|
|
|
+ <!-- <artifactId>generator-maven-plugin</artifactId>-->
|
|
|
|
|
+ <!-- <versionRange>[0.0.1,)</versionRange>-->
|
|
|
|
|
+ <!-- <goals>-->
|
|
|
|
|
+ <!-- <goal>steerinfo</goal>-->
|
|
|
|
|
+ <!-- </goals>-->
|
|
|
|
|
+ <!-- </pluginExecutionFilter>-->
|
|
|
|
|
+ <!-- <action>-->
|
|
|
|
|
+ <!-- <ignore></ignore>-->
|
|
|
|
|
+ <!-- </action>-->
|
|
|
|
|
+ <!-- </pluginExecution>-->
|
|
|
|
|
+ <!-- </pluginExecutions>-->
|
|
|
|
|
+ <!-- </lifecycleMappingMetadata>-->
|
|
|
|
|
+ <!-- </configuration>-->
|
|
|
|
|
+ <!-- </plugin>-->
|
|
|
</plugins>
|
|
</plugins>
|
|
|
</pluginManagement>
|
|
</pluginManagement>
|
|
|
</build>
|
|
</build>
|
|
@@ -198,7 +198,7 @@
|
|
|
<artifactId>orai18n</artifactId>
|
|
<artifactId>orai18n</artifactId>
|
|
|
<version>12.1.0.2.0</version>
|
|
<version>12.1.0.2.0</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
|
|
|
|
+ <dependency>
|
|
|
<groupId>com.steerinfo</groupId>
|
|
<groupId>com.steerinfo</groupId>
|
|
|
<artifactId>framework</artifactId>
|
|
<artifactId>framework</artifactId>
|
|
|
<version>1.1.1</version>
|
|
<version>1.1.1</version>
|
|
@@ -226,6 +226,11 @@
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
|
|
<repositories>
|
|
<repositories>
|
|
|
|
|
+ <repository>
|
|
|
|
|
+ <id>maven-public</id>
|
|
|
|
|
+ <name>steerinfo maven-releases</name>
|
|
|
|
|
+ <url>https://nexus.steerinfo.com/repository/maven-public/</url>
|
|
|
|
|
+ </repository>
|
|
|
<repository>
|
|
<repository>
|
|
|
<id>maven-releases</id>
|
|
<id>maven-releases</id>
|
|
|
<name>steerinfo maven-releases</name>
|
|
<name>steerinfo maven-releases</name>
|