Commit bd04afe2 by stylefeng

调整模块结构

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