Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dcs-plan
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
INET-TWO
server
dcs-plan
Commits
66c063dd
Commit
66c063dd
authored
Aug 05, 2024
by
wangqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增 dcs-plan-auto-task 模块
parent
bd6c41e0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
0 deletions
+27
-0
pom.xml
dcs-plan-auto-task/pom.xml
+22
-0
AutoTaskService.java
...sk/src/main/java/com/yonde/auto/task/AutoTaskService.java
+4
-0
pom.xml
pom.xml
+1
-0
No files found.
dcs-plan-auto-task/pom.xml
0 → 100644
View file @
66c063dd
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
com.yonde.dcs
</groupId>
<artifactId>
dcs-plan
</artifactId>
<version>
4.1-RELEASE
</version>
</parent>
<groupId>
com.yonde
</groupId>
<artifactId>
dcs-plan-auto-task
</artifactId>
<version>
4.1-RELEASE
</version>
<properties>
<maven.compiler.source>
8
</maven.compiler.source>
<maven.compiler.target>
8
</maven.compiler.target>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
</project>
\ No newline at end of file
dcs-plan-auto-task/src/main/java/com/yonde/auto/task/AutoTaskService.java
0 → 100644
View file @
66c063dd
package
com
.
yonde
.
auto
.
task
;
public
interface
AutoTaskService
{
}
pom.xml
View file @
66c063dd
...
...
@@ -19,6 +19,7 @@
<module>
dcs-plan-server
</module>
<module>
dcs-plan-build-lib
</module>
<module>
dcs-plan-build-thirdLib
</module>
<module>
dcs-plan-auto-task
</module>
</modules>
<properties>
<java.version>
1.8
</java.version>
...
...
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