|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>au.com.royalpay.payment</groupId>
|
|
|
|
|
<artifactId>payment-parent</artifactId>
|
|
|
|
|
<version>2.3.3</version>
|
|
|
|
|
<version>2.3.4</version>
|
|
|
|
|
</parent>
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<artifactId>manage</artifactId>
|
|
|
|
@ -15,6 +15,7 @@
|
|
|
|
|
<jib-maven-plugin.version>2.4.0</jib-maven-plugin.version>
|
|
|
|
|
<yixsoft-batis.version>1.0.12</yixsoft-batis.version>
|
|
|
|
|
<mysql.version>8.0.20</mysql.version>
|
|
|
|
|
<image.version>${project.version}</image.version>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
@ -294,41 +295,6 @@
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>dev</id>
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>com.google.cloud.tools</groupId>
|
|
|
|
|
<artifactId>jib-maven-plugin</artifactId>
|
|
|
|
|
<version>${jib-maven-plugin.version}</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<from>
|
|
|
|
|
<image>192.168.0.84:5000/royalpay/openjdk:11.0.8</image>
|
|
|
|
|
</from>
|
|
|
|
|
<to>
|
|
|
|
|
<image>hkccr.ccs.tencentyun.com/cross-payment-dev/manage-dev:${project.version}
|
|
|
|
|
</image>
|
|
|
|
|
</to>
|
|
|
|
|
<extraDirectories>
|
|
|
|
|
<paths>
|
|
|
|
|
<path>extra/</path>
|
|
|
|
|
</paths>
|
|
|
|
|
</extraDirectories>
|
|
|
|
|
<allowInsecureRegistries>true</allowInsecureRegistries>
|
|
|
|
|
</configuration>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<phase>package</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>build</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>prod</id>
|
|
|
|
|
<build>
|
|
|
|
@ -342,7 +308,7 @@
|
|
|
|
|
<image>192.168.0.84:5000/royalpay/openjdk:11.0.8</image>
|
|
|
|
|
</from>
|
|
|
|
|
<to>
|
|
|
|
|
<image>hkccr.ccs.tencentyun.com/rpay/manage:${project.version}</image>
|
|
|
|
|
<image>hkccr.ccs.tencentyun.com/rpay/manage:${image.version}</image>
|
|
|
|
|
</to>
|
|
|
|
|
<extraDirectories>
|
|
|
|
|
<paths>
|
|
|
|
|