Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
Y
yzg-util
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
YZG
yzg-util
Commits
3ef343ea
Commit
3ef343ea
authored
May 04, 2019
by
yanzg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
自动变量处理
parent
b22a2272
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
20 deletions
+10
-20
pom.xml
pom.xml
+9
-17
pom.xml
yzg-util-cloud/pom.xml
+1
-2
pom.xml
yzg-util-db/pom.xml
+0
-1
No files found.
pom.xml
View file @
3ef343ea
...
...
@@ -17,8 +17,6 @@
</modules>
<properties>
<globle.groupId>
com.yanzuoguang
</globle.groupId>
<globle.version>
1.0-SNAPSHOT
</globle.version>
<java.version>
1.8
</java.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
...
...
@@ -30,17 +28,11 @@
<spring.boot.version>
2.0.2.RELEASE
</spring.boot.version>
<fastjson.version>
1.2.47
</fastjson.version>
<mysql.version>
6.0.6
</mysql.version>
<yzg.version>
1.0-SNAPSHOT
</yzg.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<version>
${junit.version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-dependencies
</artifactId>
...
...
@@ -70,27 +62,27 @@
</dependency>
<dependency>
<groupId>
${globle.groupId}
</groupId>
<groupId>
com.yanzuoguang
</groupId>
<artifactId>
yzg-util-base
</artifactId>
<version>
${
globle
.version}
</version>
<version>
${
yzg
.version}
</version>
</dependency>
<dependency>
<groupId>
${globle.groupId}
</groupId>
<groupId>
com.yanzuoguang
</groupId>
<artifactId>
yzg-util-db
</artifactId>
<version>
${
globle
.version}
</version>
<version>
${
yzg
.version}
</version>
</dependency>
<dependency>
<groupId>
${globle.groupId}
</groupId>
<groupId>
com.yanzuoguang
</groupId>
<artifactId>
yzg-util-cloud
</artifactId>
<version>
${
globle
.version}
</version>
<version>
${
yzg
.version}
</version>
</dependency>
<dependency>
<groupId>
${globle.groupId}
</groupId>
<groupId>
com.yanzuoguang
</groupId>
<artifactId>
yzg-util-mq
</artifactId>
<version>
${
globle
.version}
</version>
<version>
${
yzg
.version}
</version>
</dependency>
</dependencies>
...
...
yzg-util-cloud/pom.xml
View file @
3ef343ea
...
...
@@ -73,9 +73,8 @@
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<groupId>
com.yanzuoguang
</groupId>
<artifactId>
yzg-util-base
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependencies>
...
...
yzg-util-db/pom.xml
View file @
3ef343ea
...
...
@@ -16,7 +16,6 @@
<dependency>
<groupId>
com.yanzuoguang
</groupId>
<artifactId>
yzg-util-base
</artifactId>
<version>
${project.version}
</version>
</dependency>
<!-- Spring依赖 -->
...
...
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