webservice本地发布错误bug
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user