yuxc
2024-04-29 91d1719037a3f70ee20da68bc285c3aeac01b595
配置文件上传
已修改4个文件
8 ■■■■■ 文件已修改
Bin/Redis-6.2.10/dump.rdb 补丁 | 查看 | 原始文档 | blame | 历史
Bin/properties/iceClient.properties 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Bin/properties/iceServer.properties 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Bin/properties/service.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Bin/Redis-6.2.10/dump.rdb
Binary files differ
Bin/properties/iceClient.properties
@@ -1,2 +1,3 @@
#NameService=PLT
Endpoints=default -h localhost -p 4601
Endpoints=default -h 127.0.0.1 -p 4601
#Endpoints=VCI-PLT/Locator:default -h 172.16.0.127 -p 4061
Bin/properties/iceServer.properties
@@ -1,3 +1,4 @@
#NameService=PLT
Adapter=PLT
Endpoints=default -h localhost -p 4601
Endpoints=default -h localhost -p 4601
#Endpoints=VCI-PLT/Locator:default -h localhost -p 4601
Bin/properties/service.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Services>
    <!-- <ServiceTempl name="CacheService" entry="com.vci.server.cache.CacheServerImpl" description="缓存服务" /> -->
    <ServiceTempl name="CacheService" entry="com.vci.server.cache.CacheServerImpl" description="缓存服务" />
    <ServiceTempl name="FrameService" entry="com.vci.server.framework.FrameworkServiceImpl" description="系统框架服务" />
    <ServiceTempl name="OMDService" entry="com.vci.server.omd.OMDServiceImpl" description="对象模型定义服务" />
    <ServiceTempl name="BOFServer" entry="com.vci.server.bof.BOFactoryServiceImpl" description="对象工厂服务" />