Commit 59bdd6ad authored by zhouzihao's avatar zhouzihao

fix-修改配置

parent 0f52b111
...@@ -106,6 +106,10 @@ ...@@ -106,6 +106,10 @@
<target>1.8</target> <target>1.8</target>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins> </plugins>
</build> </build>
......
...@@ -14,7 +14,7 @@ public class Signature { ...@@ -14,7 +14,7 @@ public class Signature {
// need be change to product env // need be change to product env
// public static final String host = "http://10.100.11.41:8080"; // public static final String host = "http://10.100.11.41:8080";
public static final String host = "http://10.100.12.42:8080"; public static final String host = "http://10.100.12.42:8080";
public static final String msgHost = "http://10.100.12.42:8088"; public static final String msgHost = "http://10.100.12.42:8089";
/** /**
* 生成签名 * 生成签名
......
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