This website works better with JavaScript.
首頁
探索
說明
註冊
登入
bpa
/
BPASmartClient
關註
2
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
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 Options
Show Stats
+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" />-->
Write
Preview
Loading…
取消
儲存