in the projects that use spring to integrate hessian, it always appears that the solution given by the search results on the is an unknown code, is to enable the method overloading
, and the solution is as follows:
<property name="serviceUrl" value="http://127.0.0.1:82/remoting/ddServiceHessian"/>
<property name="serviceInterface" value="com.bzqll.service.interfaces.IDdService"/>
<property name="overloadEnabled" value="true"/>
</bean>
The call to client is as follows:
//IDdService iDdService;accountService
iDdService.test();
if you call, you will report an error and ask the boss to solve it. If you can, can you add QQ347784533
?