From 27af7d0b5ec99af506b815abc5f38d2d8265fcb6 Mon Sep 17 00:00:00 2001 From: "zhicheng.zhang" Date: Thu, 29 May 2025 15:04:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=B7=E5=A4=96=E4=BB=BB=E5=8A=A1=E7=BC=93?= =?UTF-8?q?=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/encodings.xml | 2 - .../Maven__ch_qos_logback_logback_core_1_2_3.xml | 13 -- ...__org_apache_logging_log4j_log4j_api_2_10_0.xml | 13 -- .idea/libraries/Maven__org_yaml_snakeyaml_1_19.xml | 13 -- cl_offline_task/cl_offline_task.iml | 108 ---------------- cl_offline_task/pom.xml | 139 --------------------- .../src/main/java/com/bfd/mf/entity/Model.java | 50 -------- .../main/java/com/bfd/mf/entity/SubjectTask.java | 64 ---------- .../src/main/java/com/bfd/mf/task/RunStart.java | 8 -- cl_offline_task/src/main/main4.iml | 12 -- 10 files changed, 422 deletions(-) delete mode 100644 .idea/libraries/Maven__ch_qos_logback_logback_core_1_2_3.xml delete mode 100644 .idea/libraries/Maven__org_apache_logging_log4j_log4j_api_2_10_0.xml delete mode 100644 .idea/libraries/Maven__org_yaml_snakeyaml_1_19.xml delete mode 100644 cl_offline_task/cl_offline_task.iml delete mode 100644 cl_offline_task/pom.xml delete mode 100644 cl_offline_task/src/main/java/com/bfd/mf/entity/Model.java delete mode 100644 cl_offline_task/src/main/java/com/bfd/mf/entity/SubjectTask.java delete mode 100644 cl_offline_task/src/main/java/com/bfd/mf/task/RunStart.java delete mode 100644 cl_offline_task/src/main/main4.iml diff --git a/.idea/encodings.xml b/.idea/encodings.xml index 728e002..57c2a44 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -2,8 +2,6 @@ - - diff --git a/.idea/libraries/Maven__ch_qos_logback_logback_core_1_2_3.xml b/.idea/libraries/Maven__ch_qos_logback_logback_core_1_2_3.xml deleted file mode 100644 index 36a123d..0000000 --- a/.idea/libraries/Maven__ch_qos_logback_logback_core_1_2_3.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__org_apache_logging_log4j_log4j_api_2_10_0.xml b/.idea/libraries/Maven__org_apache_logging_log4j_log4j_api_2_10_0.xml deleted file mode 100644 index 736e9ba..0000000 --- a/.idea/libraries/Maven__org_apache_logging_log4j_log4j_api_2_10_0.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__org_yaml_snakeyaml_1_19.xml b/.idea/libraries/Maven__org_yaml_snakeyaml_1_19.xml deleted file mode 100644 index 85c14dc..0000000 --- a/.idea/libraries/Maven__org_yaml_snakeyaml_1_19.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/cl_offline_task/cl_offline_task.iml b/cl_offline_task/cl_offline_task.iml deleted file mode 100644 index 522c1f5..0000000 --- a/cl_offline_task/cl_offline_task.iml +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/cl_offline_task/pom.xml b/cl_offline_task/pom.xml deleted file mode 100644 index fa78d5b..0000000 --- a/cl_offline_task/pom.xml +++ /dev/null @@ -1,139 +0,0 @@ - - - 4.0.0 - - - cl_stream - com.bfd.mf - 2.0-SNAPSHOT - - - - cl_offline_task - OffLine V2.0 API - cl_offline_task - 2.0-SNAPSHOT - - - com.bfd.mf.SearchApplication - 1.8 - 6.0.0 - 2.0.0.RELEASE - 2.0.0.RELEASE - 5.0.4.RELEASE - 1.8 - UTF-8 - UTF-8 - - - - - - - jdk.tools - jdk.tools - 1.8 - - - mysql - mysql-connector-java - 5.1.29 - - - org.springframework - spring-webmvc - ${springframework.version} - - - org.springframework - spring-core - ${springframework.version} - - - org.springframework.boot - spring-boot-starter-web - ${springframework.boot.version} - - - org.springframework.boot - spring-boot-starter-json - - - org.springframework - spring-web - - - org.springframework - spring-webmvc - - - - - org.springframework.boot - spring-boot-starter-test - ${springframework.boot.version} - - - org.springframework.boot - spring-boot-starter-data-jpa - ${springframework.boot.version} - - - org.springframework.boot - spring-boot-devtools - ${springframework.boot.version} - - true - - - - org.mybatis.spring.boot - mybatis-spring-boot-starter - 1.3.1 - - - org.springframework.boot - spring-boot-autoconfigure - - - - - org.apache.commons - commons-lang3 - 3.2.1 - - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.8 - 1.8 - - - - org.springframework.boot - spring-boot-maven-plugin - - - - - - - repackage - - - - - - - - - \ No newline at end of file diff --git a/cl_offline_task/src/main/java/com/bfd/mf/entity/Model.java b/cl_offline_task/src/main/java/com/bfd/mf/entity/Model.java deleted file mode 100644 index 649ede6..0000000 --- a/cl_offline_task/src/main/java/com/bfd/mf/entity/Model.java +++ /dev/null @@ -1,50 +0,0 @@ -///* -// * Copyright (C) 2016 Baifendian Corporation -// *

-// * Licensed under the Apache License, Version 2.0 (the "License"); -// * you may not use this file except in compliance with the License. -// * You may obtain a copy of the License at -// *

-// * http://www.apache.org/licenses/LICENSE-2.0 -// *

-// * Unless required by applicable law or agreed to in writing, software -// * distributed under the License is distributed on an "AS IS" BASIS, -// * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// * See the License for the specific language governing permissions and -// * limitations under the License. -// */ -// -//package com.bfd.mf.entity; -// -//import org.apache.commons.lang3.builder.ToStringBuilder; -// -//import javax.persistence.GeneratedValue; -//import javax.persistence.GenerationType; -//import javax.persistence.Id; -//import javax.persistence.MappedSuperclass; -//import java.io.Serializable; -//// -//// -////@MappedSuperclass -////public abstract class Model implements Serializable { -//// -////// private static final long serialVersionUID = 2792083395861331755L; -////// @Id -////// @GeneratedValue(strategy = GenerationType.IDENTITY) -////// protected Long id; -////// -////// public Long getId() { -////// return id; -////// } -////// -////// public void setId(Long id) { -////// this.id = id; -////// } -////// -////// @Override -////// public String toString() { -////// return new ToStringBuilder(this) -////// .append("id", id) -////// .toString(); -////// } -////} diff --git a/cl_offline_task/src/main/java/com/bfd/mf/entity/SubjectTask.java b/cl_offline_task/src/main/java/com/bfd/mf/entity/SubjectTask.java deleted file mode 100644 index 71a9d80..0000000 --- a/cl_offline_task/src/main/java/com/bfd/mf/entity/SubjectTask.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * Copyright (C) 2016 Baifendian Corporation - *

- * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - *

- * http://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.bfd.mf.entity; - -import javax.persistence.Column; -import javax.persistence.Entity; -import javax.persistence.Table; -import javax.persistence.Transient; -import java.io.Serializable; - -@Entity -@Table(name = "cl_channel") -public class SubjectTask extends Model implements Serializable { - - private static final long serialVersionUID = -4246312514918925209L; - - @Column(name = "name") - private String name; - - @Column(name = "code") - private String code; - - @Transient - private Boolean status = false; - - public Boolean getStatus() { - return status; - } - - public void setStatus(Boolean status) { - this.status = status; - } - - public String getName() { - return name; - } - - public void setName(String name) { - this.name = name; - } - - public String getCode() { - return code; - } - - public void setCode(String code) { - this.code = code; - } - -} diff --git a/cl_offline_task/src/main/java/com/bfd/mf/task/RunStart.java b/cl_offline_task/src/main/java/com/bfd/mf/task/RunStart.java deleted file mode 100644 index cbb32fb..0000000 --- a/cl_offline_task/src/main/java/com/bfd/mf/task/RunStart.java +++ /dev/null @@ -1,8 +0,0 @@ -package com.bfd.mf.task; - -public class RunStart { - - public static void main(String[] args) { - - } -} diff --git a/cl_offline_task/src/main/main4.iml b/cl_offline_task/src/main/main4.iml deleted file mode 100644 index 210eb21..0000000 --- a/cl_offline_task/src/main/main4.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file