You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
544 B
Plaintext

<#macro mapperEl value>${r"#{"}${value}}</#macro>
<#macro jspEl value>${r"${"}${value}}</#macro>
<!--服务暴露部分开始-->
<#list tableList as table>
<!-- ${table.name}服务 -->
<dubbo:service interface="com.jwsaas.service<#if table.sign != "shared">.${table.sign}</#if>.${table.scode}Service"
ref="${table.sign}${table.scode}ServiceImpl" version="<@jspEl 'service.version'/>"
group="<@jspEl 'service.group'/>" timeout="<@jspEl 'service.timeout'/>"
retries="<@jspEl 'service.retries'/>" />
</#list>
<!--服务暴露部分结束-->