Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-platform-udesk
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-platform-udesk
Commits
1026f6e3
Commit
1026f6e3
authored
Dec 24, 2019
by
guojuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
udesk
parent
3f4fb2b2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
applicationContext-conf.xml
...sk-service/src/main/resources/applicationContext-conf.xml
+10
-1
dubbo-gic-platform-udesk-service.xml
...e/src/main/resources/dubbo-gic-platform-udesk-service.xml
+2
-3
No files found.
gic-platform-udesk-service/src/main/resources/applicationContext-conf.xml
View file @
1026f6e3
<?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:context=
"http://www.springframework.org/schema/context"
xmlns:util=
"http://www.springframework.org/schema/util"
xsi:schemaLocation=
"http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"
>
xsi:schemaLocation=
"http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd
http://www.springframework.org/schema/util
http://www.springframework.org/schema/util/spring-util-3.1.xsd"
>
<import
resource=
"classpath:applicationContext-init.xml"
/>
<import
resource=
"classpath:dubbo-gic-platform-udesk-service.xml"
/>
...
...
@@ -11,4 +17,6 @@
<import
resource=
"classpath*:redis-init.xml"
/>
<util:map
id=
"udeskTapdRelMap"
map-class=
"java.util.HashMap"
></util:map>
<context:component-scan
base-package=
"com.gic.udesk.*"
/>
</beans>
\ No newline at end of file
gic-platform-udesk-service/src/main/resources/dubbo-gic-platform-udesk-service.xml
View file @
1026f6e3
...
...
@@ -3,17 +3,16 @@
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:dubbo=
"http://code.alibabatech.com/schema/dubbo"
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/context
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.udesk.*"
/>
<!-- 应用名称 -->
<dubbo:application
name=
"gic-platform-udesk-service"
/>
<dubbo:protocol
name=
"dubbo"
port=
"203
2
0"
/>
<dubbo:protocol
name=
"dubbo"
port=
"203
4
0"
/>
<dubbo:service
interface=
"com.gic.udesk.service.UdeskMessageApiService"
ref=
"udeskMessageApiService"
retries=
"0"
/>
<dubbo:service
interface=
"com.gic.udesk.service.TapdConfigApiService"
ref=
"tapdConfigApiService"
retries=
"0"
/>
...
...
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