Toggle navigation
Toggle navigation
This project
Loading...
Sign in
YOHOBUY
/
yoho-quartz
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
fu
2017-11-13 14:33:44 +0800
Commit
e87546c0af8f1dcf3c205fc04ef3848f8817df74
1 parent
78fb5217
默认值
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yoho-jobs-server/src/main/java/com/yoho/jobs/server/controller/JobServiceController.java
yoho-jobs-server/src/main/java/com/yoho/jobs/server/controller/JobServiceController.java
View file @
e87546c
...
...
@@ -35,7 +35,7 @@ public class JobServiceController {
@Resource
private
IJobResultMapper
jobResultMapper
;
@Value
(
"${limitrecord}"
)
@Value
(
"${limitrecord
:5
}"
)
private
int
limit
;
@RequestMapping
(
"/jobmanager/createjob.do"
)
...
...
Please
register
or
login
to post a comment