Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
guns-vip
Commits
bd04afe2
Commit
bd04afe2
authored
Jun 26, 2018
by
stylefeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整模块结构
parent
8e30dd55
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
10 deletions
+8
-10
guns-admin/pom.xml
+1
-1
guns-core/pom.xml
+1
-1
guns-generator/pom.xml
+1
-1
guns-parent/src/main/java/readme.txt
+0
-2
guns-rest/pom.xml
+1
-1
pom.xml
+4
-4
No files found.
guns-admin/pom.xml
View file @
bd04afe2
...
@@ -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>
...
...
guns-core/pom.xml
View file @
bd04afe2
...
@@ -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>
...
...
guns-generator/pom.xml
View file @
bd04afe2
...
@@ -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>
...
...
guns-parent/src/main/java/readme.txt
deleted
100644 → 0
View file @
8e30dd55
说明: 如果不创建这个文件夹,开启devtools启动会报错
\ No newline at end of file
guns-rest/pom.xml
View file @
bd04afe2
...
@@ -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>
...
...
guns-parent/
pom.xml
→
pom.xml
View file @
bd04afe2
...
@@ -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>
...
...
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