Commit f018bc85 authored by yanzg's avatar yanzg

日志操作服务

parent 2110a4da
......@@ -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;
......
......@@ -27,7 +27,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<!-- 感知服务器端配置变化 -->
<dependency>
......@@ -85,11 +84,6 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<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