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
150c9c7d
Commit
150c9c7d
authored
Apr 17, 2021
by
刘晓滨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置调整
parent
30933439
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
10 deletions
+28
-10
application.properties
xxl-job-admin/src/main/resources/application.properties
+1
-1
xxl-job-admin.properties
xxl-job-admin/src/main/resources/xxl-job-admin.properties
+1
-1
pom.xml
xxl-job-executor-samples/pom.xml
+0
-6
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
+25
-1
No files found.
xxl-job-admin/src/main/resources/application.properties
View file @
150c9c7d
...
@@ -17,7 +17,7 @@ spring.freemarker.settings.number_format=0.##########
...
@@ -17,7 +17,7 @@ spring.freemarker.settings.number_format=0.##########
mybatis.mapper-locations
=
classpath:/mybatis-mapper/*Mapper.xml
mybatis.mapper-locations
=
classpath:/mybatis-mapper/*Mapper.xml
### xxl-job, datasource
### xxl-job, datasource
spring.datasource.url
=
jdbc:mysql://1
0.10.10.3
:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
spring.datasource.url
=
jdbc:mysql://1
35.202.16.39
:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
spring.datasource.username
=
root
spring.datasource.username
=
root
spring.datasource.password
=
Space1234
spring.datasource.password
=
Space1234
spring.datasource.driver-class-name
=
com.mysql.jdbc.Driver
spring.datasource.driver-class-name
=
com.mysql.jdbc.Driver
...
...
xxl-job-admin/src/main/resources/xxl-job-admin.properties
View file @
150c9c7d
### xxl-job db (use & replace & in xml)
### xxl-job db (use & replace & in xml)
xxl.job.db.driverClass
=
com.mysql.jdbc.Driver
xxl.job.db.driverClass
=
com.mysql.jdbc.Driver
#xxl.job.db.url=jdbc:mysql://rm-m5e43dd24u1fm25cj.mysql.rds.aliyuncs.com:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
#xxl.job.db.url=jdbc:mysql://rm-m5e43dd24u1fm25cj.mysql.rds.aliyuncs.com:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
xxl.job.db.url
=
jdbc:mysql://1
0.10.10.3
:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
xxl.job.db.url
=
jdbc:mysql://1
35.202.16.39
:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
xxl.job.db.user
=
root
xxl.job.db.user
=
root
xxl.job.db.password
=
Space1234
xxl.job.db.password
=
Space1234
...
...
xxl-job-executor-samples/pom.xml
View file @
150c9c7d
...
@@ -11,12 +11,7 @@
...
@@ -11,12 +11,7 @@
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<modules>
<modules>
<module>
xxl-job-executor-sample-spring
</module>
<module>
xxl-job-executor-sample-springboot
</module>
<module>
xxl-job-executor-sample-springboot
</module>
<module>
xxl-job-executor-sample-jfinal
</module>
<module>
xxl-job-executor-sample-nutz
</module>
<module>
xxl-job-executor-sample-frameless
</module>
<module>
xxl-job-executor-sample-springboot-bak
</module>
</modules>
</modules>
</project>
</project>
\ No newline at end of file
xxl-job-executor-samples/xxl-job-executor-sample-springboot/pom.xml
View file @
150c9c7d
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
<dependency>
<dependency>
<groupId>
com.spacetech.gateway
</groupId>
<groupId>
com.spacetech.gateway
</groupId>
<artifactId>
gateway
</artifactId>
<artifactId>
gateway
</artifactId>
<version>
3.
33
-SNAPSHOT
</version>
<version>
3.
4
-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
...
...
xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/resources/spacetech-consumer-apihub.xml
View file @
150c9c7d
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<dubbo:application
name=
"spacetech-consumer-xxljob"
<dubbo:application
name=
"spacetech-consumer-xxljob"
owner=
"programmer"
organization=
"dubbox"
/>
owner=
"programmer"
organization=
"dubbox"
/>
<dubbo:registry
address=
"zookeeper://1
0.10.10.190:2182
"
/>
<dubbo:registry
address=
"zookeeper://1
35.202.16.235:2181
"
/>
<dubbo:consumer
retries=
"0"
check=
"false"
timeout=
"60000"
/>
<dubbo:consumer
retries=
"0"
check=
"false"
timeout=
"60000"
/>
...
@@ -116,4 +116,27 @@
...
@@ -116,4 +116,27 @@
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=
"agentMonitorApiHub"
interface=
"com.spacetech.gateway.AgentMonitorApiHub"
check=
"false"
>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
</dubbo:reference>
<dubbo:reference
id=
"healthApiHub"
interface=
"com.spacetech.gateway.HealthApiHub"
check=
"false"
>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
</dubbo:reference>
<dubbo:reference
id=
"examMarkingApiHub"
interface=
"com.spacetech.gateway.ExamMarkingApiHub"
check=
"false"
/>
<dubbo:reference
id=
"pushLogApiHub"
interface=
"com.spacetech.gateway.PushLogApiHub"
check=
"false"
>
<dubbo:method
name=
"callApiAsync"
async=
"true"
return=
"false"
/>
</dubbo:reference>
<dubbo:reference
id=
"recruitmentApiHub"
interface=
"com.spacetech.gateway.RecruitmentApiHub"
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