提交 2bc85749 authored 作者: renjianyu's avatar renjianyu

--no commit message

上级 b1280fb6
......@@ -3,7 +3,7 @@ server:
spring:
cloud:
config:
uri: http://localhost:8086 #配置中心地址
uri: http://localhost:9086 #配置中心地址
name: file
profile: prod
label: master
\ No newline at end of file
......@@ -3,7 +3,7 @@ server:
spring:
cloud:
config:
uri: http://localhost:8086 #配置中心地址
uri: http://localhost:9086 #配置中心地址
name: member
profile: prod
label: master
\ No newline at end of file
......@@ -3,7 +3,7 @@ server:
spring:
cloud:
config:
uri: http://localhost:8086 #配置中心地址
uri: http://localhost:9086 #配置中心地址
name: pdf
profile: prod
label: master
\ No newline at end of file
......@@ -3,7 +3,7 @@ server:
spring:
cloud:
config:
uri: http://localhost:8086 #配置中心地址
uri: http://localhost:9086 #配置中心地址
name: resource
profile: prod
label: master
......
......@@ -3,7 +3,7 @@ server:
spring:
cloud:
config:
uri: http://localhost:8086 #配置中心地址
uri: http://localhost:9086 #配置中心地址
name: sysuser
profile: prod
label: master
\ No newline at end of file
......@@ -2,7 +2,7 @@ package com.zrqx.third.sdksms.config;
public class SdkSmsConfig {
//请求地址
public static String url="http://sdk.entinfo.cn:8061/mdsmssend.ashx?";
public static String url="http://sdk.entinfo.cn:9061/mdsmssend.ashx?";
//序列号
public static String sn="SDK-XAR-010-00044 1";
//密码
......
......@@ -3,7 +3,7 @@ server:
spring:
cloud:
config:
uri: http://localhost:8086 #配置中心地址
uri: http://localhost:9086 #配置中心地址
name: third
profile: prod
label: master
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论