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
07ad678b
Commit
07ad678b
authored
May 27, 2019
by
刘晓滨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
正式
parent
d5cf7f32
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
11 deletions
+21
-11
application.properties
xxl-job-admin/src/main/resources/application.properties
+5
-5
xxl-job-admin.properties
xxl-job-admin/src/main/resources/xxl-job-admin.properties
+7
-4
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
+8
-1
No files found.
xxl-job-admin/src/main/resources/application.properties
View file @
07ad678b
...
@@ -17,9 +17,9 @@ spring.freemarker.settings.number_format=0.##########
...
@@ -17,9 +17,9 @@ 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://
10.10.10.3
:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
spring.datasource.url
=
jdbc:mysql://
rm-m5e43dd24u1fm25cj.mysql.rds.aliyuncs.com
:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
spring.datasource.username
=
root
spring.datasource.username
=
weixin
spring.datasource.password
=
Space
1234
spring.datasource.password
=
Space
tech78901234-
spring.datasource.driver-class-name
=
com.mysql.jdbc.Driver
spring.datasource.driver-class-name
=
com.mysql.jdbc.Driver
spring.datasource.type
=
org.apache.tomcat.jdbc.pool.DataSource
spring.datasource.type
=
org.apache.tomcat.jdbc.pool.DataSource
...
@@ -36,8 +36,8 @@ xxl.job.mail.password=Chyezaq1234
...
@@ -36,8 +36,8 @@ xxl.job.mail.password=Chyezaq1234
xxl.job.mail.sendNick
=
XXL-JOB
xxl.job.mail.sendNick
=
XXL-JOB
### xxl-job login
### xxl-job login
xxl.job.login.username
=
admin
xxl.job.login.username
=
space
xxl.job.login.password
=
123456
xxl.job.login.password
=
XXLspace78901234-
### xxl-job, access token
### xxl-job, access token
xxl.job.accessToken
=
xxl.job.accessToken
=
...
...
xxl-job-admin/src/main/resources/xxl-job-admin.properties
View file @
07ad678b
### 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://10.10.10.3:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
xxl.job.db.user
=
weixin
xxl.job.db.user
=
root
xxl.job.db.password
=
Spacetech78901234-
xxl.job.db.password
=
Space1234
#xxl.job.db.url=jdbc:mysql://10.10.10.3:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
#xxl.job.db.user=root
#xxl.job.db.password=Space1234
### xxl-job email
### xxl-job email
...
...
xxl-job-executor-samples/xxl-job-executor-sample-springboot/pom.xml
View file @
07ad678b
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
<dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<groupId>
com.alibaba
</groupId>
<artifactId>
dubbo
</artifactId>
<artifactId>
dubbo
</artifactId>
<version>
2.8.4
</version>
<version>
2.8.4
3
</version>
</dependency>
</dependency>
<!-- 公用的服务接口 -->
<!-- 公用的服务接口 -->
...
...
xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/resources/spacetech-consumer-apihub.xml
View file @
07ad678b
...
@@ -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://10.
10.10.190:2182
"
/>
<dubbo:registry
address=
"zookeeper://10.
31.61.86:2181
"
/>
<dubbo:consumer
retries=
"0"
check=
"false"
timeout=
"60000"
/>
<dubbo:consumer
retries=
"0"
check=
"false"
timeout=
"60000"
/>
...
@@ -101,8 +101,14 @@
...
@@ -101,8 +101,14 @@
<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"
<dubbo:reference
id=
"operateApiHub"
interface=
"com.spacetech.gateway.OperateApiHub"
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"
/>
</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