Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xxl-job
Project
Project
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
刘晓滨
xxl-job
Commits
27cce611
Commit
27cce611
authored
Mar 05, 2020
by
刘晓滨
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master_lz' into 'master'
新增dtalk服务 See merge request
!9
parents
d5cf7f32
28af13a1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
13 deletions
+17
-13
pom.xml
...ecutor-samples/xxl-job-executor-sample-springboot/pom.xml
+1
-1
spacetech-consumer-apihub.xml
...ringboot/src/main/resources/spacetech-consumer-apihub.xml
+16
-12
No files found.
xxl-job-executor-samples/xxl-job-executor-sample-springboot/pom.xml
View file @
27cce611
...
...
@@ -88,7 +88,7 @@
<dependency>
<groupId>
com.spacetech.gateway
</groupId>
<artifactId>
gateway
</artifactId>
<version>
3.00
-SNAPSHOT
</version>
<version>
3.29
-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/resources/spacetech-consumer-apihub.xml
View file @
27cce611
...
...
@@ -87,22 +87,25 @@
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
</dubbo:reference>
<dubbo:reference
id=
"metaqApiHub"
interface=
"com.spacetech.gateway.MetaqApiHub"
check=
"false"
>
<dubbo:reference
id=
"metaqApiHub"
interface=
"com.spacetech.gateway.MetaqApiHub"
check=
"false"
>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
</dubbo:reference>
</dubbo:reference>
<dubbo:reference
id=
"payApiHub"
interface=
"com.spacetech.gateway.PayApiHub"
check=
"false"
/>
<dubbo:reference
id=
"payApiHub"
interface=
"com.spacetech.gateway.PayApiHub"
check=
"false"
/>
<dubbo:reference
id=
"sqxyApiHub"
interface=
"com.spacetech.gateway.SqxyApiHub"
check=
"false"
/>
<dubbo:reference
id=
"sqxyApiHub"
interface=
"com.spacetech.gateway.SqxyApiHub"
check=
"false"
/>
<dubbo:reference
id=
"qualityApiHub"
interface=
"com.spacetech.gateway.QualityApiHub"
check=
"false"
/>
<dubbo:reference
id=
"operateApiHub"
interface=
"com.spacetech.gateway.OperateApiHub"
check=
"false"
>
<dubbo:reference
id=
"qualityApiHub"
interface=
"com.spacetech.gateway.QualityApiHub"
check=
"false"
/>
<dubbo:reference
id=
"operateApiHub"
interface=
"com.spacetech.gateway.OperateApiHub"
check=
"false"
>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
</dubbo:reference>
</dubbo:reference>
<dubbo:reference
id=
"dtalkApiHub"
interface=
"com.spacetech.gateway.DtalkApiHub"
check=
"false"
/>
</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