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
3d932594
Commit
3d932594
authored
Apr 02, 2019
by
刘泽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加Operate子服务
parent
b1e40abb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
106 additions
and
102 deletions
+106
-102
pom.xml
...ecutor-samples/xxl-job-executor-sample-springboot/pom.xml
+2
-2
spacetech-consumer-apihub.xml
...ringboot/src/main/resources/spacetech-consumer-apihub.xml
+104
-100
No files found.
xxl-job-executor-samples/xxl-job-executor-sample-springboot/pom.xml
View file @
3d932594
...
@@ -81,14 +81,14 @@
...
@@ -81,14 +81,14 @@
<dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<groupId>
com.alibaba
</groupId>
<artifactId>
dubbo
</artifactId>
<artifactId>
dubbo
</artifactId>
<version>
2.8.4
3
</version>
<version>
2.8.4
</version>
</dependency>
</dependency>
<!-- 公用的服务接口 -->
<!-- 公用的服务接口 -->
<dependency>
<dependency>
<groupId>
com.spacetech.gateway
</groupId>
<groupId>
com.spacetech.gateway
</groupId>
<artifactId>
gateway
</artifactId>
<artifactId>
gateway
</artifactId>
<version>
2.98
-SNAPSHOT
</version>
<version>
3.00
-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
...
...
xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/resources/spacetech-consumer-apihub.xml
View file @
3d932594
<?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:dubbo=
"http://code.alibabatech.com/schema/dubbo"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:dubbo=
"http://code.alibabatech.com/schema/dubbo"
xsi:schemaLocation=
"http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
xsi:schemaLocation=
"http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.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"
>
<dubbo:application
name=
"spacetech-consumer-xxljob"
<dubbo:application
name=
"spacetech-consumer-xxljob"
owner=
"programmer"
organization=
"dubbox"
/>
owner=
"programmer"
organization=
"dubbox"
/>
<dubbo:registry
address=
"zookeeper://10.10.10.190:2182"
/>
<dubbo:registry
address=
"zookeeper://10.10.10.190:2182"
/>
<dubbo:consumer
retries=
"0"
check=
"false"
timeout=
"60000"
/>
<dubbo:consumer
retries=
"0"
check=
"false"
timeout=
"60000"
/>
<dubbo:reference
id=
"appStoreApiHub"
<dubbo:reference
id=
"appStoreApiHub"
interface=
"com.spacetech.gateway.AppStoreApiHub"
check=
"false"
/>
interface=
"com.spacetech.gateway.AppStoreApiHub"
check=
"false"
/>
<dubbo:reference
id=
"electiveApiHub"
<dubbo:reference
id=
"electiveApiHub"
interface=
"com.spacetech.gateway.ElectiveApiHub"
check=
"false"
/>
interface=
"com.spacetech.gateway.ElectiveApiHub"
check=
"false"
/>
<dubbo:reference
id=
"portalApiHub"
<dubbo:reference
id=
"portalApiHub"
interface=
"com.spacetech.gateway.PortalApiHub"
check=
"false"
>
interface=
"com.spacetech.gateway.PortalApiHub"
check=
"false"
>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
</dubbo:reference>
</dubbo:reference>
<dubbo:reference
id=
"messageApiHub"
<dubbo:reference
id=
"messageApiHub"
interface=
"com.spacetech.gateway.MessageApiHub"
check=
"false"
/>
interface=
"com.spacetech.gateway.MessageApiHub"
check=
"false"
/>
<dubbo:reference
id=
"microlectureApiHub"
<dubbo:reference
id=
"microlectureApiHub"
interface=
"com.spacetech.gateway.MicrolectureApiHub"
check=
"false"
/>
interface=
"com.spacetech.gateway.MicrolectureApiHub"
check=
"false"
/>
<dubbo:reference
id=
"homeworkApiHub"
<dubbo:reference
id=
"homeworkApiHub"
interface=
"com.spacetech.gateway.HomeworkApiHub"
check=
"false"
/>
interface=
"com.spacetech.gateway.HomeworkApiHub"
check=
"false"
/>
<dubbo:reference
id=
"examScoreApiHub"
<dubbo:reference
id=
"examScoreApiHub"
interface=
"com.spacetech.gateway.ExamScoreApiHub"
check=
"false"
/>
interface=
"com.spacetech.gateway.ExamScoreApiHub"
check=
"false"
/>
<dubbo:reference
id=
"oaApiHub"
interface=
"com.spacetech.gateway.OaApiHub"
<dubbo:reference
id=
"oaApiHub"
interface=
"com.spacetech.gateway.OaApiHub"
check=
"false"
/>
check=
"false"
/>
<dubbo:reference
id=
"baseDataApiHub"
<dubbo:reference
id=
"baseDataApiHub"
interface=
"com.spacetech.gateway.BaseDataApiHub"
check=
"false"
>
interface=
"com.spacetech.gateway.BaseDataApiHub"
check=
"false"
>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
</dubbo:reference>
</dubbo:reference>
<dubbo:reference
id=
"userApiHub"
interface=
"com.spacetech.gateway.UserApiHub"
<dubbo:reference
id=
"userApiHub"
interface=
"com.spacetech.gateway.UserApiHub"
check=
"false"
/>
check=
"false"
/>
<dubbo:reference
id=
"wechatApiHub"
<dubbo:reference
id=
"wechatApiHub"
interface=
"com.spacetech.gateway.WechatApiHub"
check=
"false"
/>
interface=
"com.spacetech.gateway.WechatApiHub"
check=
"false"
/>
<dubbo:reference
id=
"evaluationApiHub"
interface=
"com.spacetech.gateway.EvaluationApiHub"
check=
"false"
>
<dubbo:reference
id=
"evaluationApiHub"
interface=
"com.spacetech.gateway.EvaluationApiHub"
check=
"false"
>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
</dubbo:reference>
</dubbo:reference>
<dubbo:reference
id=
"parentlicenseApiHub"
<dubbo:reference
id=
"parentlicenseApiHub"
interface=
"com.spacetech.gateway.ParentlicenseApiHub"
check=
"false"
>
interface=
"com.spacetech.gateway.ParentlicenseApiHub"
check=
"false"
>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
</dubbo:reference>
</dubbo:reference>
<dubbo:reference
id=
"logApiHub"
interface=
"com.spacetech.gateway.LogApiHub"
<dubbo:reference
id=
"logApiHub"
interface=
"com.spacetech.gateway.LogApiHub"
check=
"false"
>
check=
"false"
>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
</dubbo:reference>
</dubbo:reference>
<dubbo:reference
id=
"tokenApiHub"
interface=
"com.spacetech.gateway.TokenApiHub"
<dubbo:reference
id=
"tokenApiHub"
interface=
"com.spacetech.gateway.TokenApiHub"
check=
"false"
/>
check=
"false"
/>
<dubbo:reference
id=
"faceApiHub"
interface=
"com.spacetech.gateway.FaceApiHub"
<dubbo:reference
id=
"faceApiHub"
interface=
"com.spacetech.gateway.FaceApiHub"
check=
"false"
/>
check=
"false"
/>
<dubbo:reference
id=
"growthApiHub"
interface=
"com.spacetech.gateway.GrowthApiHub"
<dubbo:reference
id=
"growthApiHub"
interface=
"com.spacetech.gateway.GrowthApiHub"
check=
"false"
timeout=
"90000"
retries=
"2"
>
check=
"false"
timeout=
"90000"
retries=
"2"
>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
</dubbo:reference>
</dubbo:reference>
<dubbo:reference
id=
"surveyApiHub"
interface=
"com.spacetech.gateway.SurveyApiHub"
<dubbo:reference
id=
"surveyApiHub"
interface=
"com.spacetech.gateway.SurveyApiHub"
check=
"false"
>
check=
"false"
>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
</dubbo:reference>
</dubbo:reference>
<dubbo:reference
id=
"attendanceApiHub"
interface=
"com.spacetech.gateway.AttendanceApiHub"
check=
"false"
>
<dubbo:reference
id=
"attendanceApiHub"
interface=
"com.spacetech.gateway.AttendanceApiHub"
check=
"false"
>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
</dubbo:reference>
</dubbo:reference>
<dubbo:reference
id=
"registrationApiHub"
interface=
"com.spacetech.gateway.RegistrationApiHub"
<dubbo:reference
id=
"registrationApiHub"
interface=
"com.spacetech.gateway.RegistrationApiHub"
check=
"false"
>
check=
"false"
>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
</dubbo:reference>
</dubbo:reference>
<dubbo:reference
id=
"metaqApiHub"
interface=
"com.spacetech.gateway.MetaqApiHub"
<dubbo:reference
id=
"metaqApiHub"
interface=
"com.spacetech.gateway.MetaqApiHub"
check=
"false"
>
check=
"false"
>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
</dubbo:reference>
</dubbo:reference>
<dubbo:reference
id=
"payApiHub"
interface=
"com.spacetech.gateway.PayApiHub"
<dubbo:reference
id=
"payApiHub"
interface=
"com.spacetech.gateway.PayApiHub"
check=
"false"
/>
check=
"false"
/>
<dubbo:reference
id=
"sqxyApiHub"
interface=
"com.spacetech.gateway.SqxyApiHub"
<dubbo:reference
id=
"sqxyApiHub"
interface=
"com.spacetech.gateway.SqxyApiHub"
check=
"false"
/>
check=
"false"
/>
<dubbo:reference
id=
"qualityApiHub"
interface=
"com.spacetech.gateway.QualityApiHub"
<dubbo:reference
id=
"qualityApiHub"
interface=
"com.spacetech.gateway.QualityApiHub"
check=
"false"
/>
check=
"false"
/>
<dubbo:reference
id=
"operateApiHub"
interface=
"com.spacetech.gateway.OperateApiHub"
check=
"false"
>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
</dubbo:reference>
</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