Commit 5ded586b by 梁辉

首次上传

parent 3b55f68d
......@@ -3,7 +3,7 @@
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>eladmin</artifactId>
<artifactId>car-reptiles</artifactId>
<groupId>me.zhengjie</groupId>
<version>2.6</version>
</parent>
......@@ -12,7 +12,7 @@
<hutool.version>5.3.4</hutool.version>
</properties>
<artifactId>eladmin-common</artifactId>
<artifactId>car-reptiles-common</artifactId>
<name>公共模块</name>
<dependencies>
......
......@@ -3,13 +3,13 @@
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>eladmin</artifactId>
<artifactId>car-reptiles</artifactId>
<groupId>me.zhengjie</groupId>
<version>2.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>eladmin-generator</artifactId>
<artifactId>car-reptiles-generator</artifactId>
<name>代码生成模块</name>
<properties>
......@@ -19,7 +19,7 @@
<dependencies>
<dependency>
<groupId>me.zhengjie</groupId>
<artifactId>eladmin-common</artifactId>
<artifactId>car-reptiles-common</artifactId>
<version>2.6</version>
</dependency>
......
......@@ -3,19 +3,19 @@
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>eladmin</artifactId>
<artifactId>car-reptiles</artifactId>
<groupId>me.zhengjie</groupId>
<version>2.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>eladmin-logging</artifactId>
<artifactId>car-reptiles-logging</artifactId>
<name>日志模块</name>
<dependencies>
<dependency>
<groupId>me.zhengjie</groupId>
<artifactId>eladmin-common</artifactId>
<artifactId>car-reptiles-common</artifactId>
<version>2.6</version>
</dependency>
</dependencies>
......
......@@ -3,13 +3,13 @@
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>eladmin</artifactId>
<artifactId>car-reptiles</artifactId>
<groupId>me.zhengjie</groupId>
<version>2.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>eladmin-system</artifactId>
<artifactId>car-reptiles-system</artifactId>
<name>核心模块</name>
<properties>
......@@ -22,12 +22,12 @@
<!-- 代码生成模块 -->
<dependency>
<groupId>me.zhengjie</groupId>
<artifactId>eladmin-generator</artifactId>
<artifactId>car-reptiles-generator</artifactId>
<version>2.6</version>
<exclusions>
<exclusion>
<groupId>me.zhengjie</groupId>
<artifactId>eladmin-common</artifactId>
<artifactId>car-reptiles-common</artifactId>
</exclusion>
</exclusions>
</dependency>
......@@ -35,7 +35,7 @@
<!-- tools 模块包含了 common 和 logging 模块 -->
<dependency>
<groupId>me.zhengjie</groupId>
<artifactId>eladmin-tools</artifactId>
<artifactId>car-reptiles-tools</artifactId>
<version>2.6</version>
</dependency>
......
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