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
f018bc85
Commit
f018bc85
authored
Mar 21, 2019
by
yanzg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日志操作服务
parent
2110a4da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
LogVo.java
...til-base/src/main/java/com/yanzuoguang/util/vo/LogVo.java
+1
-1
pom.xml
yzg-util-cloud/pom.xml
+0
-6
No files found.
yzg-util-base/src/main/java/com/yanzuoguang/util/vo/LogVo.java
View file @
f018bc85
...
@@ -3,7 +3,7 @@ package com.yanzuoguang.util.vo;
...
@@ -3,7 +3,7 @@ package com.yanzuoguang.util.vo;
/**
/**
* 日志实例
* 日志实例
*/
*/
public
class
LogVo
extends
Base
Req
Vo
{
public
class
LogVo
extends
BaseVo
{
private
static
final
long
serialVersionUID
=
-
8629960247077620458L
;
private
static
final
long
serialVersionUID
=
-
8629960247077620458L
;
...
...
yzg-util-cloud/pom.xml
View file @
f018bc85
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
<dependency>
<dependency>
<groupId>
junit
</groupId>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<artifactId>
junit
</artifactId>
<scope>
test
</scope>
</dependency>
</dependency>
<!-- 感知服务器端配置变化 -->
<!-- 感知服务器端配置变化 -->
<dependency>
<dependency>
...
@@ -85,11 +84,6 @@
...
@@ -85,11 +84,6 @@
<dependencyManagement>
<dependencyManagement>
<dependencies>
<dependencies>
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<groupId>
org.springframework.cloud
</groupId>
...
...
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