dockerHost提取

This commit is contained in:
macro 2019-11-24 15:03:55 +08:00
parent bd62c03352
commit 78e8986120
2 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,7 @@
<!--</executions>--> <!--</executions>-->
<!--<configuration>--> <!--<configuration>-->
<!--<imageName>mall/${project.artifactId}:${project.version}</imageName>--> <!--<imageName>mall/${project.artifactId}:${project.version}</imageName>-->
<!--<dockerHost>http://192.168.3.101:2375</dockerHost>--> <!--<dockerHost>${docker.host}</dockerHost>-->
<!--<baseImage>java:8</baseImage>--> <!--<baseImage>java:8</baseImage>-->
<!--<entryPoint>["java", "-jar", "-Dspring.profiles.active=prod","/${project.build.finalName}.jar"]--> <!--<entryPoint>["java", "-jar", "-Dspring.profiles.active=prod","/${project.build.finalName}.jar"]-->
<!--</entryPoint>--> <!--</entryPoint>-->

View File

@ -31,6 +31,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version> <java.version>1.8</java.version>
<skipTests>true</skipTests> <skipTests>true</skipTests>
<docker.host>http://192.168.3.101:2375</docker.host>
<pagehelper-starter.version>1.2.10</pagehelper-starter.version> <pagehelper-starter.version>1.2.10</pagehelper-starter.version>
<pagehelper.version>5.1.8</pagehelper.version> <pagehelper.version>5.1.8</pagehelper.version>
<druid.version>1.1.10</druid.version> <druid.version>1.1.10</druid.version>