Browse Source

增加资源释放

样式分支
applelon 2 years ago
parent
commit
74bd4c2dda
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      BPASmartClient.Business/MainConsole.cs
  2. +1
    -1
      BPASmartClient/App.config

+ 1
- 0
BPASmartClient.Business/MainConsole.cs View File

@@ -38,6 +38,7 @@ namespace BPASmartClient.Business
/// </summary>
public void Stop()
{
Plugin.GetInstance().Dispose();
}
}
}

+ 1
- 1
BPASmartClient/App.config View File

@@ -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" />-->


Loading…
Cancel
Save