Commit bd04afe2 by stylefeng

调整模块结构

parent 8e30dd55
......@@ -6,7 +6,7 @@
<groupId>com.stylefeng</groupId>
<artifactId>guns-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../guns-parent/pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>guns-admin</artifactId>
......
......@@ -4,7 +4,7 @@
<groupId>com.stylefeng</groupId>
<artifactId>guns-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../guns-parent/pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -13,7 +13,7 @@
<groupId>com.stylefeng</groupId>
<artifactId>guns-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../guns-parent/pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
......
说明: 如果不创建这个文件夹,开启devtools启动会报错
\ No newline at end of file
......@@ -15,7 +15,7 @@
<groupId>com.stylefeng</groupId>
<artifactId>guns-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../guns-parent/pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
......
......@@ -9,10 +9,10 @@
<packaging>pom</packaging>
<modules>
<module>../guns-admin</module>
<module>../guns-core</module>
<module>../guns-rest</module>
<module>../guns-generator</module>
<module>guns-admin</module>
<module>guns-core</module>
<module>guns-rest</module>
<module>guns-generator</module>
</modules>
<parent>
......
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