All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ynamictp.dynamic-tp-example-adapter-motan.1.1.8-3.x.source-code.motan_server.xml Maven / Gradle / Ivy

There is a newer version: 1.1.9-3.x
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:motan="http://api.weibo.com/schema/motan"
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
       http://api.weibo.com/schema/motan http://api.weibo.com/schema/motan.xsd">

    <!-- service implemention bean -->
    <bean id="serviceImpl" class="org.dromara.dynamictp.example.motan.FooServiceImpl" />
    <!-- exporting service by Motan -->
    <motan:service interface="org.dromara.dynamictp.example.motan.FooService" ref="serviceImpl" export="8002" />
</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy