This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bpa
/
BPASmartClient
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
2 Commits
065a80bde6
...
f9a457f10e
Author
SHA1
Message
Date
applelon
f9a457f10e
Merge branch 'master' of
http://10.2.1.24:10244/applelon/BPASmartClient
2 years ago
applelon
74bd4c2dda
增加资源释放
2 years ago
2 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
+1
-0
BPASmartClient.Business/MainConsole.cs
+1
-1
BPASmartClient/App.config
+ 1
- 0
BPASmartClient.Business/MainConsole.cs
View File
@@ -38,6 +38,7 @@ namespace BPASmartClient.Business
/// </summary>
/// </summary>
public void Stop()
public void Stop()
{
{
Plugin.GetInstance().Dispose();
}
}
}
}
}
}
+ 1
- 1
BPASmartClient/App.config
View File
@@ -4,7 +4,7 @@
<!--通用配置-->
<!--通用配置-->
<!--测试服务 Consul 地址-->
<!--测试服务 Consul 地址-->
<add key="ConsulAddress" value="http://111.9.47.105:9011/" />
<
!--<
add key="ConsulAddress" value="http://111.9.47.105:9011/" />
-->
<!--正式服务 Consul 地址-->
<!--正式服务 Consul 地址-->
<!--<add key="ConsulAddress" value="http://162.14.105.138:9005" />-->
<!--<add key="ConsulAddress" value="http://162.14.105.138:9005" />-->
Write
Preview
Loading…
Cancel
Save