Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jeecg-boot
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
jeecg-boot
Commits
78ba7ccb
Commit
78ba7ccb
authored
Mar 05, 2021
by
zhangdaiscott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
system服务和demo服务有办法同时使用xxl-job吗 #2313
parent
b8ff5ebd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
jeecg-boot/jeecg-boot-starter/jeecg-boot-starter-job/src/main/java/org/jeecg/boot/starter/job/config/XxlJobConfiguration.java
+2
-2
No files found.
jeecg-boot/jeecg-boot-starter/jeecg-boot-starter-job/src/main/java/org/jeecg/boot/starter/job/config/XxlJobConfiguration.java
View file @
78ba7ccb
...
...
@@ -33,8 +33,8 @@ public class XxlJobConfiguration {
XxlJobSpringExecutor
xxlJobSpringExecutor
=
new
XxlJobSpringExecutor
();
xxlJobSpringExecutor
.
setAdminAddresses
(
xxlJobProperties
.
getAdminAddresses
());
xxlJobSpringExecutor
.
setAppname
(
xxlJobProperties
.
getAppname
());
xxlJobSpringExecutor
.
setIp
(
xxlJobProperties
.
getIp
());
xxlJobSpringExecutor
.
setPort
(
xxlJobProperties
.
getPort
());
//
xxlJobSpringExecutor.setIp(xxlJobProperties.getIp());
//
xxlJobSpringExecutor.setPort(xxlJobProperties.getPort());
xxlJobSpringExecutor
.
setAccessToken
(
xxlJobProperties
.
getAccessToken
());
xxlJobSpringExecutor
.
setLogPath
(
xxlJobProperties
.
getLogPath
());
xxlJobSpringExecutor
.
setLogRetentionDays
(
xxlJobProperties
.
getLogRetentionDays
());
...
...
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