Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-store
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
base_platform_enterprise
gic-store
Commits
9b7c1be9
Commit
9b7c1be9
authored
Jun 25, 2019
by
zhiwj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部分接口
parent
d9f898c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
dubbo-gic-store-service.xml
...re-service/src/main/resources/dubbo-gic-store-service.xml
+2
-2
dubbo-gic-store-web.xml
gic-store-web/src/main/resources/dubbo-gic-store-web.xml
+2
-1
No files found.
gic-store-service/src/main/resources/dubbo-gic-store-service.xml
View file @
9b7c1be9
...
...
@@ -9,12 +9,12 @@
http://www.springframework.org/schema/context/spring-context.xsd
http://code.alibabatech.com/schema/dubbo http://code.alibabatech.com/schema/dubbo/dubbo.xsd"
>
<context:component-scan
base-package=
"com.gic.
demo
.*"
/>
<context:component-scan
base-package=
"com.gic.
store
.*"
/>
<!-- 应用名称 -->
<dubbo:application
name=
"gic-store-service"
/>
<dubbo:protocol
name=
"dubbo"
port=
"30102"
/>
<
!--<dubbo:service interface="com.gic.demo.single.api.service.DemoStoreApiService" ref="demoStoreApiServiceImpl" timeout="60000" />--
>
<
dubbo:service
interface=
"com.gic.store.service.StoreRegionApiService"
ref=
"storeRegionApiService"
timeout=
"60000"
/
>
</beans>
gic-store-web/src/main/resources/dubbo-gic-store-web.xml
View file @
9b7c1be9
...
...
@@ -14,6 +14,6 @@
<!-- 应用名称 -->
<dubbo:application
name=
"gic-store-web"
/>
<
!--<dubbo:reference interface="com.gic.demo.single.api.service.DemoStoreApiService" id="demoStoreApiService" timeout="60000" retries="0"/>--
>
<
dubbo:reference
interface=
"com.gic.store.service.StoreRegionApiService"
id=
"storeRegionApiService"
timeout=
"60000"
retries=
"0"
/
>
</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