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
4bc0923f
Commit
4bc0923f
authored
2 years ago
by
yanzg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
升级新版本
parent
50a5ef08
master
test
ver1.2
ver1.3
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
11 additions
and
16 deletions
+11
-16
pom.xml
pom.xml
+1
-1
pom.xml
yzg-util-base/pom.xml
+1
-1
YzgError.java
...til-base/src/main/java/com/yanzuoguang/util/YzgError.java
+0
-5
pom.xml
yzg-util-chinese/pom.xml
+1
-1
pom.xml
yzg-util-cloud/pom.xml
+1
-1
pom.xml
yzg-util-db/pom.xml
+1
-1
pom.xml
yzg-util-file/pom.xml
+1
-1
pom.xml
yzg-util-image-extend/pom.xml
+1
-1
pom.xml
yzg-util-image/pom.xml
+1
-1
pom.xml
yzg-util-mq/pom.xml
+1
-1
pom.xml
yzg-util-print/pom.xml
+1
-1
pom.xml
yzg-util-redis/pom.xml
+1
-1
No files found.
pom.xml
View file @
4bc0923f
...
...
@@ -7,7 +7,7 @@
<groupId>
com.yanzuoguang
</groupId>
<artifactId>
yzg-util
</artifactId>
<packaging>
pom
</packaging>
<version>
1.
1
-SNAPSHOT
</version>
<version>
1.
2
-SNAPSHOT
</version>
<modules>
<module>
yzg-util-base
</module>
...
...
This diff is collapsed.
Click to expand it.
yzg-util-base/pom.xml
View file @
4bc0923f
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
com.yanzuoguang
</groupId>
<artifactId>
yzg-util
</artifactId>
<version>
1.
1
-SNAPSHOT
</version>
<version>
1.
2
-SNAPSHOT
</version>
</parent>
<artifactId>
yzg-util-base
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
yzg-util-base/src/main/java/com/yanzuoguang/util/YzgError.java
View file @
4bc0923f
...
...
@@ -103,10 +103,6 @@ public class YzgError {
ERROR
.
add
(
"085"
,
"%s %s"
);
}
private
static
void
initTemp
()
{
}
/**
* 注册错误消息
*
...
...
@@ -165,6 +161,5 @@ public class YzgError {
static
{
init
();
initTemp
();
}
}
This diff is collapsed.
Click to expand it.
yzg-util-chinese/pom.xml
View file @
4bc0923f
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
1
-SNAPSHOT
</version>
<version>
1.
2
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
yzg-util-cloud/pom.xml
View file @
4bc0923f
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
1
-SNAPSHOT
</version>
<version>
1.
2
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
yzg-util-db/pom.xml
View file @
4bc0923f
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
com.yanzuoguang
</groupId>
<artifactId>
yzg-util
</artifactId>
<version>
1.
1
-SNAPSHOT
</version>
<version>
1.
2
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
yzg-util-file/pom.xml
View file @
4bc0923f
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
1
-SNAPSHOT
</version>
<version>
1.
2
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
yzg-util-image-extend/pom.xml
View file @
4bc0923f
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
1
-SNAPSHOT
</version>
<version>
1.
2
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
yzg-util-image/pom.xml
View file @
4bc0923f
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
1
-SNAPSHOT
</version>
<version>
1.
2
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
yzg-util-mq/pom.xml
View file @
4bc0923f
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
1
-SNAPSHOT
</version>
<version>
1.
2
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
yzg-util-print/pom.xml
View file @
4bc0923f
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
1
-SNAPSHOT
</version>
<version>
1.
2
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
yzg-util-redis/pom.xml
View file @
4bc0923f
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
1
-SNAPSHOT
</version>
<version>
1.
2
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
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