Commit 3f2cb4ce by huluobin

update

parent c50e6695
......@@ -375,16 +375,16 @@
<dockerHost>http://94.191.67.240:2375</dockerHost>
</configuration>
<executions>
<!--当执行mvn package时 执行mvn package docker :build-->
<execution>
<id>build-image</id>
<phase>package</phase>
<goals>
<goal>build</goal>
</goals>
</execution>
</executions>
<!-- <executions>-->
<!-- &lt;!&ndash;当执行mvn package时 执行mvn package docker :build&ndash;&gt;-->
<!-- <execution>-->
<!-- <id>build-image</id>-->
<!-- <phase>package</phase>-->
<!-- <goals>-->
<!-- <goal>build</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
</plugin>
</plugins>
......
......@@ -44,7 +44,8 @@ spring:
#redis配置
redis:
host: host.docker.internal
# host: host.docker.internal
host: 127.0.0.1
port: 6379
database: 0
lettuce:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment