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 @@ - - + + - + + + - + + + + + + + + + + + @@ -104,6 +133,10 @@ + + + + - @@ -157,7 +206,19 @@ - + + + @@ -167,4 +228,8 @@ + + +