Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoban3.0
haoban-manage3.0
Commits
704930d1
Commit
704930d1
authored
Jul 04, 2022
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
api
parent
791850f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
174 additions
and
167 deletions
+174
-167
pom.xml
haoban-manage3-service/pom.xml
+6
-0
dubbo-haoban-manage-service.xml
...ervice/src/main/resources/dubbo-haoban-manage-service.xml
+168
-167
No files found.
haoban-manage3-service/pom.xml
View file @
704930d1
...
@@ -154,6 +154,12 @@
...
@@ -154,6 +154,12 @@
<version>
${gic-member-tag-api}
</version>
<version>
${gic-member-tag-api}
</version>
<scope>
compile
</scope>
<scope>
compile
</scope>
</dependency>
</dependency>
<dependency>
<groupId>
com.gic
</groupId>
<artifactId>
gic-enterprise-operation-api
</artifactId>
<version>
${gic-enterprise-operation-api}
</version>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
...
...
haoban-manage3-service/src/main/resources/dubbo-haoban-manage-service.xml
View file @
704930d1
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns=
"http://www.springframework.org/schema/beans"
<beans
xmlns=
"http://www.springframework.org/schema/beans"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:dubbo=
"http://code.alibabatech.com/schema/dubbo"
xmlns:dubbo=
"http://code.alibabatech.com/schema/dubbo"
xmlns:context=
"http://www.springframework.org/schema/context"
xmlns:context=
"http://www.springframework.org/schema/context"
xsi:schemaLocation=
"http://www.springframework.org/schema/beans
xsi:schemaLocation=
"http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd
http://www.springframework.org/schema/context/spring-context.xsd
http://code.alibabatech.com/schema/dubbo http://code.alibabatech.com/schema/dubbo/dubbo.xsd"
>
http://code.alibabatech.com/schema/dubbo http://code.alibabatech.com/schema/dubbo/dubbo.xsd"
>
<context:component-scan
base-package=
"com.gic.haoban.*"
/>
<context:component-scan
base-package=
"com.gic.haoban.*"
/>
<!-- 应用名称 -->
<!-- 应用名称 -->
<dubbo:application
name=
"haoban-manage3-service"
/>
<dubbo:application
name=
"haoban-manage3-service"
/>
<dubbo:protocol
name=
"dubbo"
port=
"30113"
/>
<dubbo:protocol
name=
"dubbo"
port=
"30113"
/>
<dubbo:annotation
package=
"com.gic.haoban.manage.service.service"
/>
<dubbo:annotation
package=
"com.gic.haoban.manage.service.service"
/>
<bean
class=
"com.gic.haoban.common.ext.LoggerLevelListen"
id=
"loggerLevelListen"
>
<bean
class=
"com.gic.haoban.common.ext.LoggerLevelListen"
id=
"loggerLevelListen"
>
<constructor-arg
index=
"0"
value=
"haoban-manage-service"
/>
<constructor-arg
index=
"0"
value=
"haoban-manage-service"
/>
</bean>
</bean>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.hm.HmLinkApiService"
ref=
"hmLinkApiService"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.hm.HmLinkApiService"
ref=
"hmLinkApiService"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.HaobanUserApiService"
ref=
"haobanUserApiService"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.HaobanUserApiService"
ref=
"haobanUserApiService"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.ApplicationApiService"
ref=
"applicationApiServiceImpl"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.ApplicationApiService"
ref=
"applicationApiServiceImpl"
timeout=
"10000"
/>
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.TestApiService"
ref=
"testServiceImpl"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.TestApiService"
ref=
"testServiceImpl"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.DepartmentApiService"
ref=
"departmentApiServiceImpl"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.DepartmentApiService"
ref=
"departmentApiServiceImpl"
timeout=
"10000"
/>
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.StaffApiService"
ref=
"staffApiServiceImpl"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.StaffApiService"
ref=
"staffApiServiceImpl"
timeout=
"10000"
/>
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.WxEnterpriseRelatedApiService"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.WxEnterpriseRelatedApiService"
ref=
"wxEnterpriseRelatedApiServiceImpl"
timeout=
"10000"
/>
ref=
"wxEnterpriseRelatedApiServiceImpl"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.StaffDepartmentRelatedApiService"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.StaffDepartmentRelatedApiService"
ref=
"staffDepartmentRelatedApiServiceImpl"
timeout=
"10000"
/>
ref=
"staffDepartmentRelatedApiServiceImpl"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.WxEnterpriseApiService"
ref=
"wxEnterpriseApiServiceImpl"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.WxEnterpriseApiService"
ref=
"wxEnterpriseApiServiceImpl"
timeout=
"10000"
/>
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.MessageApiService"
ref=
"messageApiService"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.MessageApiService"
ref=
"messageApiService"
timeout=
"10000"
/>
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.WxApplicationApiService"
ref=
"wxApplicationApiService"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.WxApplicationApiService"
ref=
"wxApplicationApiService"
timeout=
"10000"
/>
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.MemberUnionidRelatedApiService"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.MemberUnionidRelatedApiService"
ref=
"memberUnionidRelatedApiServiceImpl"
timeout=
"10000"
/>
ref=
"memberUnionidRelatedApiServiceImpl"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.BindApiService"
ref=
"bindApiServiceImpl"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.BindApiService"
ref=
"bindApiServiceImpl"
timeout=
"10000"
/>
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.ApplicationSettingApiService"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.ApplicationSettingApiService"
ref=
"applicationSettingApiServiceImpl"
timeout=
"10000"
/>
ref=
"applicationSettingApiServiceImpl"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.AuditSettingApiService"
ref=
"auditSettingApiServiceImpl"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.AuditSettingApiService"
ref=
"auditSettingApiServiceImpl"
timeout=
"10000"
/>
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.DictApiService"
ref=
"dictApiServiceImpl"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.DictApiService"
ref=
"dictApiServiceImpl"
timeout=
"10000"
/>
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.HelpApiService"
ref=
"helpApiServiceImpl"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.HelpApiService"
ref=
"helpApiServiceImpl"
timeout=
"10000"
/>
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.AuditApiService"
ref=
"auditApiServiceImpl"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.AuditApiService"
ref=
"auditApiServiceImpl"
timeout=
"10000"
/>
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.ClerkMainStoreRelatedApiService"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.ClerkMainStoreRelatedApiService"
ref=
"clerkMainStoreRelatedApiServiceImpl"
timeout=
"10000"
/>
ref=
"clerkMainStoreRelatedApiServiceImpl"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.MaidianLogApiService"
ref=
"maidianLogApiServiceImpl"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.MaidianLogApiService"
ref=
"maidianLogApiServiceImpl"
timeout=
"10000"
/>
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.MaidianDictApiService"
ref=
"maidianDictApiServiceImpl"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.MaidianDictApiService"
ref=
"maidianDictApiServiceImpl"
timeout=
"10000"
/>
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.MaterialApiService"
ref=
"materialApiServiceImpl"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.MaterialApiService"
ref=
"materialApiServiceImpl"
timeout=
"30000"
/>
timeout=
"30000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.ApplicationTemplateApiService"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.ApplicationTemplateApiService"
ref=
"applicationTemplateApiServiceImpl"
timeout=
"10000"
/>
ref=
"applicationTemplateApiServiceImpl"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.ExternalClerkRelatedApiService"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.ExternalClerkRelatedApiService"
ref=
"externalClerkRelatedApiServiceImpl"
timeout=
"10000"
/>
ref=
"externalClerkRelatedApiServiceImpl"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.StaffClerkRelationApiService"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.StaffClerkRelationApiService"
ref=
"staffClerkRelationApiServiceImpl"
timeout=
"10000"
/>
ref=
"staffClerkRelationApiServiceImpl"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.DealSyncOperationApiService"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.DealSyncOperationApiService"
ref=
"dealSyncOperationApiServiceImpl"
timeout=
"10000"
/>
ref=
"dealSyncOperationApiServiceImpl"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.CheckQywxSettingApiService"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.CheckQywxSettingApiService"
ref=
"checkQywxSettingApiServiceImpl"
timeout=
"10000"
/>
ref=
"checkQywxSettingApiServiceImpl"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.HandoverOperationApiService"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.HandoverOperationApiService"
ref=
"handoverOperationApiServiceImpl"
timeout=
"10000"
/>
ref=
"handoverOperationApiServiceImpl"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.QywxTagApiService"
ref=
"qywxTagApiServiceImpl"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.QywxTagApiService"
ref=
"qywxTagApiServiceImpl"
timeout=
"10000"
/>
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.OperationSettingApiService"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.OperationSettingApiService"
ref=
"operationSettingApiServiceImpl"
ref=
"operationSettingApiServiceImpl"
timeout=
"10000"
/>
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.notify.PendingTaskApiService"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.notify.PendingTaskApiService"
ref=
"pendingTaskApiServiceImpl"
ref=
"pendingTaskApiServiceImpl"
timeout=
"10000"
/>
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.notify.NoticeMessageApiService"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.notify.NoticeMessageApiService"
ref=
"noticeMessageApiServiceImpl"
ref=
"noticeMessageApiServiceImpl"
timeout=
"10000"
/>
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.out.SecretSettingApiService"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.out.SecretSettingApiService"
ref=
"secretSettingApiServiceImpl"
timeout=
"10000"
/>
ref=
"secretSettingApiServiceImpl"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.out.ErrorLogApiService"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.out.ErrorLogApiService"
ref=
"errorLogApiServiceImpl"
timeout=
"10000"
/>
ref=
"errorLogApiServiceImpl"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.out.WelcomeApiService"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.out.WelcomeApiService"
ref=
"welcomeApiServiceImpl"
timeout=
"10000"
/>
ref=
"welcomeApiServiceImpl"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.mq.MemberUnionRelateConsumer"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.mq.MemberUnionRelateConsumer"
ref=
"memberUnionRelateConsumerImpl"
timeout=
"10000"
/>
ref=
"memberUnionRelateConsumerImpl"
timeout=
"10000"
/>
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.QywxErrorLogApiService"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.QywxErrorLogApiService"
ref=
"qywxErrorLogApiServiceImpl"
timeout=
"10000"
/>
ref=
"qywxErrorLogApiServiceImpl"
timeout=
"10000"
/>
<dubbo:reference
interface=
"com.gic.enterprise.api.service.DepartmentService"
id=
"gicDepartmentService"
/>
<dubbo:reference
interface=
"com.gic.enterprise.api.service.DepartmentService"
id=
"gicDepartmentService"
/>
<dubbo:reference
interface=
"com.gic.wechat.api.service.qywx.QywxDepartmentApiService"
<dubbo:reference
interface=
"com.gic.wechat.api.service.qywx.QywxDepartmentApiService"
id=
"qywxDepartmentApiService"
/>
id=
"qywxDepartmentApiService"
/>
<dubbo:reference
interface=
"com.gic.wechat.api.service.qywx.QywxSuiteApiService"
id=
"qywxSuiteApiService"
/>
<dubbo:reference
interface=
"com.gic.wechat.api.service.qywx.QywxSuiteApiService"
id=
"qywxSuiteApiService"
/>
<dubbo:reference
interface=
"com.gic.wechat.api.service.qywx.QywxUserApiService"
id=
"qywxUserApiService"
/>
<dubbo:reference
interface=
"com.gic.wechat.api.service.qywx.QywxUserApiService"
id=
"qywxUserApiService"
/>
<dubbo:reference
interface=
"com.gic.enterprise.api.service.StoreGroupService"
id=
"storeGroupService"
/>
<dubbo:reference
interface=
"com.gic.enterprise.api.service.StoreGroupService"
id=
"storeGroupService"
/>
<dubbo:reference
interface=
"com.gic.clerk.api.service.ClerkService"
id=
"clerkService"
/>
<dubbo:reference
interface=
"com.gic.clerk.api.service.ClerkService"
id=
"clerkService"
/>
<dubbo:reference
interface=
"com.gic.clerk.api.service.ClerkNewService"
id=
"clerkNewService"
/>
<dubbo:reference
interface=
"com.gic.clerk.api.service.ClerkNewService"
id=
"clerkNewService"
/>
<dubbo:reference
interface=
"com.gic.member.api.service.MemberService"
id=
"memberService"
/>
<dubbo:reference
interface=
"com.gic.member.api.service.MemberService"
id=
"memberService"
/>
<dubbo:reference
interface=
"com.gic.enterprise.api.service.StoreService"
id=
"storeService"
/>
<dubbo:reference
interface=
"com.gic.enterprise.api.service.StoreService"
id=
"storeService"
/>
<dubbo:reference
interface=
"com.gic.member.api.service.MemberOpenCardBusinessService"
<dubbo:reference
interface=
"com.gic.member.api.service.MemberOpenCardBusinessService"
id=
"memberOpenCardBusinessService"
/>
id=
"memberOpenCardBusinessService"
/>
<dubbo:reference
id=
"eSDataDynamicOperationApiService"
<dubbo:reference
id=
"eSDataDynamicOperationApiService"
interface=
"com.gic.search.engine.api.service.dynamic.ESDataDynamicOperationApiService"
interface=
"com.gic.search.engine.api.service.dynamic.ESDataDynamicOperationApiService"
timeout=
"10000"
/>
timeout=
"10000"
/>
<dubbo:reference
id=
"qqCloudPicService"
interface=
"com.gic.thirdparty.api.service.QQCloudPicService"
timeout=
"10000"
<dubbo:reference
id=
"qqCloudPicService"
interface=
"com.gic.thirdparty.api.service.QQCloudPicService"
timeout=
"10000"
retries=
"0"
check=
"false"
/>
retries=
"0"
check=
"false"
/>
<dubbo:reference
id=
"innerApiService"
interface=
"com.gic.haoban.app.customer.service.api.service.InnerApiService"
<dubbo:reference
id=
"innerApiService"
interface=
"com.gic.haoban.app.customer.service.api.service.InnerApiService"
timeout=
"10000"
retries=
"0"
check=
"false"
/>
timeout=
"10000"
retries=
"0"
check=
"false"
/>
<dubbo:reference
id=
"customerApiService"
<dubbo:reference
id=
"customerApiService"
interface=
"com.gic.haoban.app.customer.service.api.service.CustomerApiService"
timeout=
"10000"
interface=
"com.gic.haoban.app.customer.service.api.service.CustomerApiService"
timeout=
"10000"
retries=
"0"
check=
"false"
/>
retries=
"0"
check=
"false"
/>
<dubbo:reference
id=
"qywxTagSyncApiService"
<dubbo:reference
id=
"qywxTagSyncApiService"
interface=
"com.gic.haoban.app.customer.service.api.service.QywxTagSyncApiService"
timeout=
"10000"
interface=
"com.gic.haoban.app.customer.service.api.service.QywxTagSyncApiService"
timeout=
"10000"
retries=
"0"
check=
"false"
/>
retries=
"0"
check=
"false"
/>
<dubbo:reference
id=
"enterpriseService"
interface=
"com.gic.enterprise.api.service.EnterpriseService"
timeout=
"10000"
<dubbo:reference
id=
"enterpriseService"
interface=
"com.gic.enterprise.api.service.EnterpriseService"
timeout=
"10000"
retries=
"0"
check=
"false"
/>
retries=
"0"
check=
"false"
/>
<dubbo:reference
interface=
"com.gic.haoban.communicate.api.service.SyncHaobanToGicServiceApi"
<dubbo:reference
interface=
"com.gic.haoban.communicate.api.service.SyncHaobanToGicServiceApi"
id=
"syncHaobanToGicServiceApi"
/>
id=
"syncHaobanToGicServiceApi"
/>
<dubbo:reference
interface=
"com.gic.member.api.service.MemberTagService"
id=
"memberTagService"
/>
<dubbo:reference
interface=
"com.gic.member.api.service.MemberTagService"
id=
"memberTagService"
/>
<dubbo:reference
interface=
"com.gic.member.tag.api.service.MemberTagApiService"
id=
"memberTagApiService"
/>
<dubbo:reference
interface=
"com.gic.member.tag.api.service.MemberTagApiService"
id=
"memberTagApiService"
/>
<dubbo:reference
interface=
"com.gic.member.tag.api.service.MemberTagItemApiService"
id=
"memberTagItemApiService"
/>
<dubbo:reference
interface=
"com.gic.member.tag.api.service.MemberTagItemApiService"
id=
"memberTagItemApiService"
/>
<dubbo:reference
interface=
"com.gic.clerk.api.service.PowerService"
id=
"powerService"
/>
<dubbo:reference
interface=
"com.gic.clerk.api.service.PowerService"
id=
"powerService"
/>
<dubbo:reference
interface=
"com.gic.enterprise.api.service.AuthorizeService"
id=
"authorizeService"
/>
<dubbo:reference
interface=
"com.gic.enterprise.api.service.AuthorizeService"
id=
"authorizeService"
/>
<dubbo:reference
id=
"quartzService"
interface=
"com.gic.quartz.api.service.QuartzService"
timeout=
"10000"
/>
<dubbo:reference
id=
"quartzService"
interface=
"com.gic.quartz.api.service.QuartzService"
timeout=
"10000"
/>
<dubbo:reference
id=
"memberApiService"
interface=
"com.gic.member.api.service.MemberApiService"
timeout=
"10000"
/>
<dubbo:reference
id=
"memberApiService"
interface=
"com.gic.member.api.service.MemberApiService"
timeout=
"10000"
/>
<dubbo:reference
id=
"customSettingApiService"
interface=
"com.gic.enterprise.service.CustomSettingApiService"
retries=
"0"
check=
"false"
timeout=
"10000"
/>
<dubbo:reference
id=
"weixinBaseFunService"
interface=
"com.gic.wechat.api.service.fwh.WeixinBaseFunService"
timeout=
"10000"
/>
<dubbo:reference
id=
"weixinBaseFunService"
interface=
"com.gic.wechat.api.service.fwh.WeixinBaseFunService"
timeout=
"10000"
/>
<dubbo:reference
id=
"memberStoreService"
interface=
"com.gic.member.api.service.MemberStoreService"
timeout=
"10000"
/>
<dubbo:reference
id=
"memberStoreService"
interface=
"com.gic.member.api.service.MemberStoreService"
timeout=
"10000"
/>
<dubbo:reference
id=
"imageService"
interface=
"com.gic.enterprise.api.service.ImageService"
timeout=
"10000"
/>
<dubbo:reference
id=
"imageService"
interface=
"com.gic.enterprise.api.service.ImageService"
timeout=
"10000"
/>
<dubbo:reference
id=
"rightService"
interface=
"com.gic.clerk.api.service.RightService"
timeout=
"10000"
/>
<dubbo:reference
id=
"rightService"
interface=
"com.gic.clerk.api.service.RightService"
timeout=
"10000"
/>
<dubbo:reference
id=
"storeWidgetService"
<dubbo:reference
id=
"storeWidgetService"
interface=
"com.gic.enterprise.api.service.StoreWidgetService"
timeout=
"10000"
interface=
"com.gic.enterprise.api.service.StoreWidgetService"
timeout=
"10000"
retries=
"0"
check=
"false"
/>
retries=
"0"
check=
"false"
/>
</beans>
</beans>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment