webservice本地发布错误bug

This commit is contained in:
xiehonglong
2017-07-09 18:38:48 +08:00
parent d93494a9fc
commit 5d151d4d8a
7 changed files with 20 additions and 55 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd">
<!-- webService -->
<bean id="serviceBean" class="com.ifish.socket.webService.ServiceBean" init-method="init"></bean>
<bean id="serviceBean" class="com.ifish.socket.webService.ServiceBean"></bean>
<!-- 消息处理类 -->
<bean id="someServer" class="com.ifish.socket.config.SomeServer"></bean>
<!-- 实现job中注入bean -->
@@ -61,7 +61,7 @@
</property>
</bean>
<!-- SessionConfig 通过工厂方法注入 -->
<!--SessionConfig 通过工厂方法注入-->
<bean id="sessionConfig" factory-bean="ioAcceptor" factory-method="getSessionConfig">
<property name="bothIdleTime" value="60" />
<property name="minReadBufferSize" value="512" />