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
Jun 06, 2022
by
yanzg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
升级新版本
parent
50a5ef08
Changes
12
Show 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 @@
...
@@ -7,7 +7,7 @@
<groupId>
com.yanzuoguang
</groupId>
<groupId>
com.yanzuoguang
</groupId>
<artifactId>
yzg-util
</artifactId>
<artifactId>
yzg-util
</artifactId>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<version>
1.
1
-SNAPSHOT
</version>
<version>
1.
2
-SNAPSHOT
</version>
<modules>
<modules>
<module>
yzg-util-base
</module>
<module>
yzg-util-base
</module>
...
...
yzg-util-base/pom.xml
View file @
4bc0923f
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<parent>
<parent>
<groupId>
com.yanzuoguang
</groupId>
<groupId>
com.yanzuoguang
</groupId>
<artifactId>
yzg-util
</artifactId>
<artifactId>
yzg-util
</artifactId>
<version>
1.
1
-SNAPSHOT
</version>
<version>
1.
2
-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
yzg-util-base
</artifactId>
<artifactId>
yzg-util-base
</artifactId>
...
...
yzg-util-base/src/main/java/com/yanzuoguang/util/YzgError.java
View file @
4bc0923f
...
@@ -103,10 +103,6 @@ public class YzgError {
...
@@ -103,10 +103,6 @@ public class YzgError {
ERROR
.
add
(
"085"
,
"%s %s"
);
ERROR
.
add
(
"085"
,
"%s %s"
);
}
}
private
static
void
initTemp
()
{
}
/**
/**
* 注册错误消息
* 注册错误消息
*
*
...
@@ -165,6 +161,5 @@ public class YzgError {
...
@@ -165,6 +161,5 @@ public class YzgError {
static
{
static
{
init
();
init
();
initTemp
();
}
}
}
}
yzg-util-chinese/pom.xml
View file @
4bc0923f
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
yzg-util
</artifactId>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
1
-SNAPSHOT
</version>
<version>
1.
2
-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
yzg-util-cloud/pom.xml
View file @
4bc0923f
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
yzg-util
</artifactId>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
1
-SNAPSHOT
</version>
<version>
1.
2
-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
yzg-util-db/pom.xml
View file @
4bc0923f
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
com.yanzuoguang
</groupId>
<groupId>
com.yanzuoguang
</groupId>
<artifactId>
yzg-util
</artifactId>
<artifactId>
yzg-util
</artifactId>
<version>
1.
1
-SNAPSHOT
</version>
<version>
1.
2
-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
yzg-util-file/pom.xml
View file @
4bc0923f
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
yzg-util
</artifactId>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
1
-SNAPSHOT
</version>
<version>
1.
2
-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
yzg-util-image-extend/pom.xml
View file @
4bc0923f
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
yzg-util
</artifactId>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
1
-SNAPSHOT
</version>
<version>
1.
2
-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
yzg-util-image/pom.xml
View file @
4bc0923f
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
yzg-util
</artifactId>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
1
-SNAPSHOT
</version>
<version>
1.
2
-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
yzg-util-mq/pom.xml
View file @
4bc0923f
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
yzg-util
</artifactId>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
1
-SNAPSHOT
</version>
<version>
1.
2
-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
yzg-util-print/pom.xml
View file @
4bc0923f
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
yzg-util
</artifactId>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
1
-SNAPSHOT
</version>
<version>
1.
2
-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
yzg-util-redis/pom.xml
View file @
4bc0923f
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
yzg-util
</artifactId>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
1
-SNAPSHOT
</version>
<version>
1.
2
-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
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