mirror of
https://gitee.com/farsunset/cim.git
synced 2025-07-23 00:06:42 +08:00
修改一处包名错误
This commit is contained in:
parent
5ad1a06425
commit
0109a40311
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<bean id="CIMNioAcceptor" class="com.farsunset.cim.sdk.server.handler.CIMNioSocketAcceptor"
|
<bean id="CIMNioAcceptor" class="com.farsunset.cim.sdk.server.launcher.CIMNioSocketAcceptor"
|
||||||
init-method="bind" destroy-method="unbind">
|
init-method="bind" destroy-method="unbind">
|
||||||
<property name="port" value="23456" />
|
<property name="port" value="23456" />
|
||||||
<property name="ioHandler" ref="cimIoHandler" />
|
<property name="ioHandler" ref="cimIoHandler" />
|
||||||
@ -52,4 +52,3 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
</beans>
|
</beans>
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user