修改容器内部路径
parent
d2980d92d4
commit
e6d59dde91
|
@ -1,11 +1,5 @@
|
|||
package com.muyu.access.data.base;
|
||||
|
||||
/**
|
||||
* @Author: DongZeLiang
|
||||
* @date: 2024/8/28
|
||||
* @Description: 数据接入抽象类
|
||||
* @Version: 1.0
|
||||
*/
|
||||
public abstract class BaseDataAbsSource implements BaseDataSource {
|
||||
|
||||
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
package com.muyu.access.data.base;
|
||||
|
||||
|
||||
/**
|
||||
* @Author: DongZeLiang
|
||||
* @date: 2024/8/28
|
||||
* @Description: 数据源基准
|
||||
* @Version: 1.0
|
||||
*/
|
||||
public interface BaseDataSource {
|
||||
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ import lombok.experimental.SuperBuilder;
|
|||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @Author:qdm
|
||||
* :qdm
|
||||
* @Package:com.muyu.req
|
||||
* @Project:cloud-etl-engine
|
||||
* @name:EngineVersionListResp
|
||||
|
|
|
@ -5,13 +5,7 @@ import com.muyu.common.security.annotation.EnableMyFeignClients;
|
|||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
/**
|
||||
* @Author:qdm
|
||||
* @Package:com.muyu
|
||||
* @Project:cloud-etl-engine
|
||||
* @name:EngineApplication
|
||||
* @Date:2024/8
|
||||
*/
|
||||
|
||||
@EnableCustomConfig
|
||||
@EnableMyFeignClients
|
||||
@SpringBootApplication
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
package com.muyu.abstracts;
|
||||
|
||||
|
||||
import com.muyu.BasicEngine;
|
||||
import com.muyu.handler.DataEngineDataSetHandler;
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
package com.muyu.abstracts;
|
||||
|
||||
|
||||
/**
|
||||
* @Author:qdm
|
||||
* @Package:com.muyu
|
||||
|
|
|
@ -15,7 +15,6 @@ import com.muyu.service.EngIneService;
|
|||
import com.muyu.service.EngineVersionService;
|
||||
import com.muyu.test.JavaClass;
|
||||
import com.muyu.test.RuleTest;
|
||||
import com.muyu.test.TestService;
|
||||
import jakarta.servlet.http.HttpServletResponse;
|
||||
import lombok.extern.log4j.Log4j2;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
|
|
@ -14,12 +14,7 @@ import java.nio.file.Paths;
|
|||
import java.util.Map;
|
||||
import java.util.concurrent.ConcurrentHashMap;
|
||||
|
||||
/**
|
||||
* @ClassName RuleTest
|
||||
* @Description 描述
|
||||
* @Author Chen
|
||||
* @Date 2024/9/5 20:52
|
||||
*/
|
||||
|
||||
public class RuleTest {
|
||||
static Map<String, BasicEngine<DataValue>> engineMap = new ConcurrentHashMap<>();
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue