Browse Source

修改测试地址中间件地址

pull/1/head
pref_mail@163.com 1 year ago
parent
commit
a103d5a456
  1. 6
      blade-common/src/main/java/org/springblade/common/constant/LauncherConstant.java
  2. 2
      pom.xml

6
blade-common/src/main/java/org/springblade/common/constant/LauncherConstant.java

@ -39,7 +39,7 @@ public interface LauncherConstant {
/** /**
* nacos test 地址 * nacos test 地址
*/ */
String NACOS_TEST_ADDR = "172.30.0.48:8848"; String NACOS_TEST_ADDR = "192.168.10.106:8848";
/** /**
* sentinel dev 地址 * sentinel dev 地址
@ -54,7 +54,7 @@ public interface LauncherConstant {
/** /**
* sentinel test 地址 * sentinel test 地址
*/ */
String SENTINEL_TEST_ADDR = "172.30.0.58:8858"; String SENTINEL_TEST_ADDR = "192.168.10.106:8858";
/** /**
* seata dev 地址 * seata dev 地址
@ -70,7 +70,7 @@ public interface LauncherConstant {
/** /**
* seata test 地址 * seata test 地址
*/ */
String SEATA_TEST_ADDR = "172.30.0.68:8091"; String SEATA_TEST_ADDR = "192.168.10.106:8091";
/** /**
* zipkin dev 地址 * zipkin dev 地址

2
pom.xml

@ -227,7 +227,7 @@
<!--此名称要和.m2/settings.xml中设置的ID一致 --> <!--此名称要和.m2/settings.xml中设置的ID一致 -->
<id>logpm</id> <id>logpm</id>
<name>logpm</name> <name>logpm</name>
<url>http://192.168.10.46:8081/nexus/repository/logpm-release/</url> <url>http://192.168.10.46:8081/repository/logpm-release/</url>
</repository> </repository>

Loading…
Cancel
Save