Commit 8cc6592a by huangfusuper

init byit-myth-core project,add projects myth-admin-code and myth-executor-core

parent b0abe9e5
# byit-math-job
>分布式任务调度
## 一、目录结构
### 1.byit-myth-admin
>介绍:
### 2.byit-myth-core
>介绍:
#### 2.1 myth-admin-core
>介绍:
#### 2.2 myth-executor-core
>介绍:
### 3.byit-myth-executor
>介绍:
### 4.byit-myth-register
>介绍:
### 5.byit-myth-rpc
>介绍:
\ No newline at end of file
<?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">
<parent>
<artifactId>byit-myth-core</artifactId>
<groupId>myth-job</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>myth-job</groupId>
<artifactId>myth-admin-core</artifactId>
</project>
\ No newline at end of file
<?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">
<parent>
<artifactId>byit-myth-core</artifactId>
<groupId>myth-job</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>myth-job</groupId>
<artifactId>myth-executor-core</artifactId>
</project>
\ No newline at end of file
......@@ -10,8 +10,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>byit-myth-core</artifactId>
<packaging>pom</packaging>
<modules>
<module>myth-admin-core</module>
<module>myth-executor-core</module>
</modules>
<dependencies>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment