From bf25dfba5ef6b61a77e75e11f6636a537faa7251 Mon Sep 17 00:00:00 2001
From: An Yong Shuai <1539893812@qq.com>
Date: Thu, 20 Jun 2024 16:58:35 +0800
Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=B8=85=E6=B4=97=E6=A8=A1?=
=?UTF-8?q?=E5=9D=97=E5=88=9D=E5=A7=8B=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/compiler.xml | 1 +
.idea/encodings.xml | 2 +
.idea/inspectionProfiles/Project_Default.xml | 9 ++
.idea/misc.xml | 1 +
.idea/setting.xml | 8 ++
.idea/uiDesigner.xml | 124 ++++++++++++++++++
.idea/workspace.xml | 79 ++++++++++-
etl-cleaning/.gitignore | 33 +++++
etl-cleaning/pom.xml | 77 +++++++++++
.../etl/cleaning/EtlCleaningApplication.java | 15 +++
.../src/main/resources/application.properties | 3 +
.../EtlCleaningApplicationTests.java | 13 ++
.../java/com/etl/common/result/GitTest.java | 5 -
.../com/etl/gateway/filters/LogFilter.java | 3 +-
.../com/etl/gateway/utils/GatewayUtils.java | 1 -
pom.xml | 1 +
16 files changed, 360 insertions(+), 15 deletions(-)
create mode 100644 .idea/inspectionProfiles/Project_Default.xml
create mode 100644 .idea/setting.xml
create mode 100644 .idea/uiDesigner.xml
create mode 100644 etl-cleaning/.gitignore
create mode 100644 etl-cleaning/pom.xml
create mode 100644 etl-cleaning/src/main/java/com/etl/cleaning/EtlCleaningApplication.java
create mode 100644 etl-cleaning/src/main/resources/application.properties
create mode 100644 etl-cleaning/src/test/java/com/etl/cleaning/etlcleaning/EtlCleaningApplicationTests.java
delete mode 100644 etl-common/src/main/java/com/etl/common/result/GitTest.java
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index 7909b96..0c0411e 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -7,6 +7,7 @@
+
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
index 7ffa493..400a3ad 100644
--- a/.idea/encodings.xml
+++ b/.idea/encodings.xml
@@ -1,6 +1,8 @@
+
+
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 0000000..6fcf27d
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 325840e..a63fe37 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -5,6 +5,7 @@
diff --git a/.idea/setting.xml b/.idea/setting.xml
new file mode 100644
index 0000000..ed05fd8
--- /dev/null
+++ b/.idea/setting.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml
new file mode 100644
index 0000000..2b63946
--- /dev/null
+++ b/.idea/uiDesigner.xml
@@ -0,0 +1,124 @@
+
+
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+
+
+ -
+
+
+ -
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 306228b..ae93537 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -5,10 +5,12 @@
-
-
+
+
-
+
+
+
@@ -59,20 +61,38 @@
"RequestMappingsPanelWidth1": "75",
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
+ "SHARE_PROJECT_CONFIGURATION_FILES": "true",
"WebServerToolWindowFactoryState": "false",
"git-widget-placeholder": "ays",
+ "jdk.selected.JAVA_MODULE": "1.8",
+ "kotlin-language-version-configured": "true",
"last_opened_file_path": "D:/workspace/etl-cloud",
+ "node.js.detected.package.eslint": "true",
+ "node.js.selected.package.eslint": "(autodetect)",
"node.js.selected.package.tslint": "(autodetect)",
"nodejs_package_manager_path": "npm",
"project.structure.last.edited": "模块",
"project.structure.proportion": "0.0",
"project.structure.side.proportion": "0.0",
- "settings.editor.selected.configurable": "project.propVCSSupport.DirectoryMappings",
+ "settings.editor.selected.configurable": "com.github.wangji92.arthas.plugin.ui.AppSettingsPage",
"spring.configuration.checksum": "a925cb78a857f19db6d9680ed9c97ee6",
"vue.rearranger.settings.migration": "true"
}
}]]>
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -88,10 +108,19 @@
+
+
+
+
+
+
+
+
+
@@ -104,6 +133,10 @@
+
+
+
+
@@ -121,7 +154,23 @@
1718798913704
-
+
+
+ 1718800553244
+
+
+
+ 1718800553244
+
+
+
+ 1718800633503
+
+
+
+ 1718800633503
+
+
@@ -157,7 +206,19 @@
@@ -167,4 +228,8 @@
+
+
+
+
\ No newline at end of file
diff --git a/etl-cleaning/.gitignore b/etl-cleaning/.gitignore
new file mode 100644
index 0000000..549e00a
--- /dev/null
+++ b/etl-cleaning/.gitignore
@@ -0,0 +1,33 @@
+HELP.md
+target/
+!.mvn/wrapper/maven-wrapper.jar
+!**/src/main/**/target/
+!**/src/test/**/target/
+
+### STS ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.sts4-cache
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### NetBeans ###
+/nbproject/private/
+/nbbuild/
+/dist/
+/nbdist/
+/.nb-gradle/
+build/
+!**/src/main/**/build/
+!**/src/test/**/build/
+
+### VS Code ###
+.vscode/
diff --git a/etl-cleaning/pom.xml b/etl-cleaning/pom.xml
new file mode 100644
index 0000000..d9a3e85
--- /dev/null
+++ b/etl-cleaning/pom.xml
@@ -0,0 +1,77 @@
+
+
+ 4.0.0
+ com.etl.cleaning
+ etl-cleaning
+ 0.0.1-SNAPSHOT
+ etl-cleaning
+ etl-cleaning
+
+ com.bwie
+ etl-cloud
+ 1.0-SNAPSHOT
+
+
+ 1.8
+ UTF-8
+ UTF-8
+ 2.6.13
+
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-dependencies
+ ${spring-boot.version}
+ pom
+ import
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.8.1
+
+ 1.8
+ 1.8
+ UTF-8
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+ ${spring-boot.version}
+
+ com.etl.cleaning.EtlCleaningApplication
+ true
+
+
+
+ repackage
+
+ repackage
+
+
+
+
+
+
+
+
diff --git a/etl-cleaning/src/main/java/com/etl/cleaning/EtlCleaningApplication.java b/etl-cleaning/src/main/java/com/etl/cleaning/EtlCleaningApplication.java
new file mode 100644
index 0000000..0dad545
--- /dev/null
+++ b/etl-cleaning/src/main/java/com/etl/cleaning/EtlCleaningApplication.java
@@ -0,0 +1,15 @@
+package com.etl.cleaning;
+
+import org.springframework.boot.SpringApplication;
+import org.springframework.boot.autoconfigure.SpringBootApplication;
+
+/**
+ * 数据清洗模块
+ */
+@SpringBootApplication
+public class EtlCleaningApplication {
+ public static void main(String[] args) {
+ SpringApplication.run(EtlCleaningApplication.class, args);
+ }
+
+}
diff --git a/etl-cleaning/src/main/resources/application.properties b/etl-cleaning/src/main/resources/application.properties
new file mode 100644
index 0000000..e52b498
--- /dev/null
+++ b/etl-cleaning/src/main/resources/application.properties
@@ -0,0 +1,3 @@
+# 应用服务 WEB 访问端口
+server.port=8080
+
diff --git a/etl-cleaning/src/test/java/com/etl/cleaning/etlcleaning/EtlCleaningApplicationTests.java b/etl-cleaning/src/test/java/com/etl/cleaning/etlcleaning/EtlCleaningApplicationTests.java
new file mode 100644
index 0000000..e9d4972
--- /dev/null
+++ b/etl-cleaning/src/test/java/com/etl/cleaning/etlcleaning/EtlCleaningApplicationTests.java
@@ -0,0 +1,13 @@
+package com.etl.cleaning.etlcleaning;
+
+import org.junit.jupiter.api.Test;
+import org.springframework.boot.test.context.SpringBootTest;
+
+@SpringBootTest
+class EtlCleaningApplicationTests {
+
+ @Test
+ void contextLoads() {
+ }
+
+}
diff --git a/etl-common/src/main/java/com/etl/common/result/GitTest.java b/etl-common/src/main/java/com/etl/common/result/GitTest.java
deleted file mode 100644
index ef9994d..0000000
--- a/etl-common/src/main/java/com/etl/common/result/GitTest.java
+++ /dev/null
@@ -1,5 +0,0 @@
-package com.etl.common.result;
-
-public class GitTest {
-
-}
diff --git a/etl-gateway/src/main/java/com/etl/gateway/filters/LogFilter.java b/etl-gateway/src/main/java/com/etl/gateway/filters/LogFilter.java
index 6fd69cd..a602116 100644
--- a/etl-gateway/src/main/java/com/etl/gateway/filters/LogFilter.java
+++ b/etl-gateway/src/main/java/com/etl/gateway/filters/LogFilter.java
@@ -1,5 +1,4 @@
package com.etl.gateway.filters;
-
import org.springframework.cloud.gateway.filter.GatewayFilterChain;
import org.springframework.cloud.gateway.filter.GlobalFilter;
import org.springframework.core.Ordered;
@@ -7,7 +6,7 @@ import org.springframework.web.server.ServerWebExchange;
import reactor.core.publisher.Mono;
/**
- * @ClassName:
+// * @ClassName:
* @Description:
* @Author: dongyan Ma
* @Date: 2024/2/28
diff --git a/etl-gateway/src/main/java/com/etl/gateway/utils/GatewayUtils.java b/etl-gateway/src/main/java/com/etl/gateway/utils/GatewayUtils.java
index e65bd84..0dacd5e 100644
--- a/etl-gateway/src/main/java/com/etl/gateway/utils/GatewayUtils.java
+++ b/etl-gateway/src/main/java/com/etl/gateway/utils/GatewayUtils.java
@@ -11,7 +11,6 @@ import org.springframework.http.server.reactive.ServerHttpResponse;
import org.springframework.util.StringUtils;
import org.springframework.web.server.ServerWebExchange;
import reactor.core.publisher.Mono;
-
/**
* @author dongyan Ma
* @description: 网关处理工具类
diff --git a/pom.xml b/pom.xml
index ce08678..66eeaf5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,6 +11,7 @@
etl-common
etl-gateway
+ etl-cleaning