Commit 3f2cb4ce by huluobin

update

parent c50e6695
...@@ -375,16 +375,16 @@ ...@@ -375,16 +375,16 @@
<dockerHost>http://94.191.67.240:2375</dockerHost> <dockerHost>http://94.191.67.240:2375</dockerHost>
</configuration> </configuration>
<executions> <!-- <executions>-->
<!--当执行mvn package时 执行mvn package docker :build--> <!-- &lt;!&ndash;当执行mvn package时 执行mvn package docker :build&ndash;&gt;-->
<execution> <!-- <execution>-->
<id>build-image</id> <!-- <id>build-image</id>-->
<phase>package</phase> <!-- <phase>package</phase>-->
<goals> <!-- <goals>-->
<goal>build</goal> <!-- <goal>build</goal>-->
</goals> <!-- </goals>-->
</execution> <!-- </execution>-->
</executions> <!-- </executions>-->
</plugin> </plugin>
</plugins> </plugins>
......
...@@ -44,7 +44,8 @@ spring: ...@@ -44,7 +44,8 @@ spring:
#redis配置 #redis配置
redis: redis:
host: host.docker.internal # host: host.docker.internal
host: 127.0.0.1
port: 6379 port: 6379
database: 0 database: 0
lettuce: 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