dockerHost提取
This commit is contained in:
parent
bd62c03352
commit
78e8986120
@ -62,7 +62,7 @@
|
||||
<!--</executions>-->
|
||||
<!--<configuration>-->
|
||||
<!--<imageName>mall/${project.artifactId}:${project.version}</imageName>-->
|
||||
<!--<dockerHost>http://192.168.3.101:2375</dockerHost>-->
|
||||
<!--<dockerHost>${docker.host}</dockerHost>-->
|
||||
<!--<baseImage>java:8</baseImage>-->
|
||||
<!--<entryPoint>["java", "-jar", "-Dspring.profiles.active=prod","/${project.build.finalName}.jar"]-->
|
||||
<!--</entryPoint>-->
|
||||
|
1
pom.xml
1
pom.xml
@ -31,6 +31,7 @@
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<java.version>1.8</java.version>
|
||||
<skipTests>true</skipTests>
|
||||
<docker.host>http://192.168.3.101:2375</docker.host>
|
||||
<pagehelper-starter.version>1.2.10</pagehelper-starter.version>
|
||||
<pagehelper.version>5.1.8</pagehelper.version>
|
||||
<druid.version>1.1.10</druid.version>
|
||||
|
Loading…
x
Reference in New Issue
Block a user