Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
automatic-test
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟涨钱
automatic-test
Commits
69f59e92
Commit
69f59e92
authored
Sep 09, 2021
by
朽木不可雕也
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
backup
parent
9737276e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletions
+19
-1
barrage-crawler-server/src/main/java/com/zhiweidata/automatictest/barragecrawlerserver/createtasks/CreateTaskJob.java
+1
-1
bootstrap/pom.xml
+18
-0
No files found.
barrage-crawler-server/src/main/java/com/zhiweidata/automatictest/barragecrawlerserver/createtasks/CreateTaskJob.java
View file @
69f59e92
...
@@ -86,7 +86,7 @@ public abstract class CreateTaskJob implements Job {
...
@@ -86,7 +86,7 @@ public abstract class CreateTaskJob implements Job {
/**
/**
* 创建定时导出任务
* 创建定时导出任务
*/
*/
protected
final
<
T
extends
ExportTaskJob
>
void
createExportTask
(
@NotNull
BarrageCollectionTestTask
collectionTask
)
throws
SchedulerException
{
protected
final
void
createExportTask
(
@NotNull
BarrageCollectionTestTask
collectionTask
)
throws
SchedulerException
{
Class
<
ExportTaskJob
>
taskJobClass
=
ExportTaskJob
.
class
;
Class
<
ExportTaskJob
>
taskJobClass
=
ExportTaskJob
.
class
;
JobBuilder
jobBuilder
=
JobBuilder
.
newJob
(
taskJobClass
);
JobBuilder
jobBuilder
=
JobBuilder
.
newJob
(
taskJobClass
);
String
name
=
collectionTask
.
getName
(),
group
=
taskJobClass
.
getSimpleName
();
String
name
=
collectionTask
.
getName
(),
group
=
taskJobClass
.
getSimpleName
();
...
...
bootstrap/pom.xml
View file @
69f59e92
...
@@ -34,4 +34,21 @@
...
@@ -34,4 +34,21 @@
</dependency>
</dependency>
</dependencies>
</dependencies>
<build>
<finalName>
automatic-test
</finalName>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<executions>
<execution>
<goals>
<goal>
repackage
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
</project>
\ 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