Commit f018bc85 authored by yanzg's avatar yanzg

日志操作服务

parent 2110a4da
...@@ -3,7 +3,7 @@ package com.yanzuoguang.util.vo; ...@@ -3,7 +3,7 @@ package com.yanzuoguang.util.vo;
/** /**
* 日志实例 * 日志实例
*/ */
public class LogVo extends BaseReqVo { public class LogVo extends BaseVo {
private static final long serialVersionUID = -8629960247077620458L; private static final long serialVersionUID = -8629960247077620458L;
......
...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment