Browse Source

暂时移除数据审计实现模块

zhouhao 6 years ago
parent
commit
4729b9529d

+ 0 - 49
hsweb-system/hsweb-system-audit/pom.xml

@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <parent>
-        <artifactId>hsweb-system</artifactId>
-        <groupId>org.hswebframework.web</groupId>
-        <version>3.0.7-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-
-    <artifactId>hsweb-system-audit</artifactId>
-
-    <build>
-        <resources>
-            <resource>
-                <directory>src/main/resources</directory>
-                <filtering>true</filtering>
-            </resource>
-            <resource>
-                <directory>src/main/resources/org</directory>
-                <filtering>false</filtering>
-            </resource>
-        </resources>
-    </build>
-
-    <dependencies>
-
-        <dependency>
-            <groupId>org.hswebframework.web</groupId>
-            <artifactId>hsweb-commons-service-simple</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.hswebframework.web</groupId>
-            <artifactId>hsweb-commons-controller</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.hswebframework.web</groupId>
-            <artifactId>hsweb-commons-dao-mybatis</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
-    </dependencies>
-
-</project>

+ 0 - 4
hsweb-system/hsweb-system-audit/src/main/java/org/hswebframework/web/audit/EntityHistoryService.java

@@ -1,4 +0,0 @@
-package org.hswebframework.web.audit;
-
-public class EntityHistoryService {
-}

+ 0 - 36
hsweb-system/hsweb-system-audit/src/main/java/org/hswebframework/web/audit/entity/HistoryEntity.java

@@ -1,36 +0,0 @@
-package org.hswebframework.web.audit.entity;
-
-import lombok.Getter;
-import lombok.Setter;
-
-@Getter
-@Setter
-public class HistoryEntity {
-
-    private String batchId;
-
-    private String dataId;
-
-    private String entity;
-
-    private String entityName;
-
-    private String property;
-
-    private String propertyName;
-
-    private String comment;
-
-    private String action;
-
-    private String before;
-
-    private String after;
-
-    private Long createTime;
-
-    private Long operationUserId;
-
-
-
-}

+ 0 - 1
hsweb-system/pom.xml

@@ -28,7 +28,6 @@
         <module>hsweb-system-oauth2-client</module>
         <module>hsweb-system-dashboard</module>
         <module>hsweb-system-dev-tools</module>
-        <module>hsweb-system-audit</module>
     </modules>
     <artifactId>hsweb-system</artifactId>