Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
data-center
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
廖鑫
data-center
Commits
35431690
Commit
35431690
authored
Jul 29, 2021
by
廖鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改名称
parent
a91a98c8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
13 deletions
+10
-13
dataCenter-common-lib/pom.xml
dataCenter-common-lib/pom.xml
+2
-2
dataCenter-handler/pom.xml
dataCenter-handler/pom.xml
+2
-2
dataCenter-manager/pom.xml
dataCenter-manager/pom.xml
+2
-2
pom.xml
pom.xml
+4
-7
No files found.
dataCenter-common-lib/pom.xml
View file @
35431690
...
@@ -5,11 +5,11 @@
...
@@ -5,11 +5,11 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.mortals.xhx
</groupId>
<groupId>
com.mortals.xhx
</groupId>
<artifactId>
common-lib
</artifactId>
<artifactId>
dataCenter-
common-lib
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<version>
0.0.1-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<name>
common-lib
</name>
<name>
dataCenter-
common-lib
</name>
<description>
公共依赖库
</description>
<description>
公共依赖库
</description>
<parent>
<parent>
...
...
dataCenter-handler/pom.xml
View file @
35431690
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
base
-handler
</artifactId>
<artifactId>
dataCenter
-handler
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<description>
handler服务
</description>
<description>
handler服务
</description>
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
<dependency>
<dependency>
<groupId>
com.mortals.xhx
</groupId>
<groupId>
com.mortals.xhx
</groupId>
<artifactId>
common-lib
</artifactId>
<artifactId>
dataCenter-
common-lib
</artifactId>
</dependency>
</dependency>
...
...
dataCenter-manager/pom.xml
View file @
35431690
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
base
-manager
</artifactId>
<artifactId>
dataCenter
-manager
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<description>
管理后台服务
</description>
<description>
管理后台服务
</description>
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<dependency>
<dependency>
<groupId>
com.mortals.xhx
</groupId>
<groupId>
com.mortals.xhx
</groupId>
<artifactId>
common-lib
</artifactId>
<artifactId>
dataCenter-
common-lib
</artifactId>
</dependency>
</dependency>
...
...
pom.xml
View file @
35431690
...
@@ -17,12 +17,9 @@
...
@@ -17,12 +17,9 @@
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<modules>
<modules>
<module>
base-manager
</module>
<module>
dataCenter-manager
</module>
<module>
base-handler
</module>
<module>
dataCenter-handler
</module>
<module>
common-lib
</module>
<module>
dataCenter-common-lib
</module>
<module>
base-gate-api
</module>
<module>
base-gateway
</module>
</modules>
</modules>
<properties>
<properties>
...
@@ -39,7 +36,7 @@
...
@@ -39,7 +36,7 @@
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.mortals.xhx
</groupId>
<groupId>
com.mortals.xhx
</groupId>
<artifactId>
common-lib
</artifactId>
<artifactId>
dataCenter-
common-lib
</artifactId>
<version>
${common-lib.version}
</version>
<version>
${common-lib.version}
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
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