mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2026-02-04 15:05:54 +08:00
Merge branch 'refs/heads/master' into 1.3.2-JDK24
This commit is contained in:
30
pom.xml
30
pom.xml
@@ -132,43 +132,17 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- flatten -->
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
|
||||||
<artifactId>flatten-maven-plugin</artifactId>
|
|
||||||
<version>${flatten-maven-plugin.version}</version>
|
|
||||||
<configuration>
|
|
||||||
<updatePomFile>true</updatePomFile>
|
|
||||||
<flattenMode>resolveCiFriendliesOnly</flattenMode>
|
|
||||||
</configuration>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>flatten</id>
|
|
||||||
<phase>process-resources</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>flatten</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
<execution>
|
|
||||||
<id>flatten.clean</id>
|
|
||||||
<phase>clean</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>clean</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
<!-->发布的地址<-->
|
<!-->发布的地址<-->
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>oss-snapshots</id>
|
<id>oss-snapshots</id>
|
||||||
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>oss-snapshots</id>
|
<id>oss-snapshots</id>
|
||||||
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
<url>https://ossrh-staging-api.central.sonatype.com/service/local/</url>
|
||||||
</repository>
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
</profile>
|
</profile>
|
||||||
|
|||||||
@@ -4,12 +4,14 @@ spring:
|
|||||||
client:
|
client:
|
||||||
# inet-host: 124.222.48.62
|
# inet-host: 124.222.48.62
|
||||||
# inet-port: 30676
|
# inet-port: 30676
|
||||||
inet-host: 124.222.152.160
|
# inet-host: 124.222.152.160
|
||||||
inet-port: 30560
|
# inet-port: 30560
|
||||||
# inet-host: 192.168.15.121
|
# inet-host: 192.168.15.121
|
||||||
# inet-port: 7001
|
# inet-port: 7001
|
||||||
# inet-host: 127.0.0.1
|
# inet-host: 127.0.0.1
|
||||||
# inet-port: 7001
|
# inet-port: 7001
|
||||||
|
inet-host: "[2409:8a28:c00:f054:294a:4a5e:7769:d059]"
|
||||||
|
inet-port: 7001
|
||||||
inet-path: wu-lazy-cloud-heartbeat-server
|
inet-path: wu-lazy-cloud-heartbeat-server
|
||||||
client-id: socks-local-proxy # 客户端ID
|
client-id: socks-local-proxy # 客户端ID
|
||||||
app-key: a4bf4415-25aa-4007-914b-31ec77d1292f
|
app-key: a4bf4415-25aa-4007-914b-31ec77d1292f
|
||||||
|
|||||||
Reference in New Issue
Block a user