使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
bpa
/
BPASmartClient
关注
2
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
2 次代码提交
065a80bde6
...
f9a457f10e
作者
SHA1
备注
提交日期
applelon
f9a457f10e
Merge branch 'master' of
http://10.2.1.24:10244/applelon/BPASmartClient
2 年前
applelon
74bd4c2dda
增加资源释放
2 年前
共有
2 个文件被更改
,包括
2 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
+1
-0
BPASmartClient.Business/MainConsole.cs
+1
-1
BPASmartClient/App.config
+ 1
- 0
BPASmartClient.Business/MainConsole.cs
查看文件
@@ -38,6 +38,7 @@ namespace BPASmartClient.Business
/// </summary>
public void Stop()
{
Plugin.GetInstance().Dispose();
}
}
}
+ 1
- 1
BPASmartClient/App.config
查看文件
@@ -4,7 +4,7 @@
<!--通用配置-->
<!--测试服务 Consul 地址-->
<add key="ConsulAddress" value="http://111.9.47.105:9011/" />
<
!--<
add key="ConsulAddress" value="http://111.9.47.105:9011/" />
-->
<!--正式服务 Consul 地址-->
<!--<add key="ConsulAddress" value="http://162.14.105.138:9005" />-->
撰写
预览
正在加载...
取消
保存