Commit e0ce076d by huangfusuper

恢复到开发环境

parent 7bc34204
......@@ -24,7 +24,8 @@ import java.util.Date;
* 命令式方式执行的执行机
* @author huangfu
*/
@Component
@RpcService
@Slf4j
public class ImperativeExecutionImpl implements ScriptExecutorService {
private final CommandAndScriptProcessingMachine commandAndScriptProcessingMachine;
......
......@@ -19,7 +19,6 @@ import com.byit.utils.ServiceInfoUtil;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.data.redis.core.StringRedisTemplate;
import org.springframework.stereotype.Component;
import org.springframework.stereotype.Service;
import java.io.*;
......@@ -32,8 +31,7 @@ import java.util.*;
* 脚本执行的实现
* @author huangfu
*/
@Component
@RpcService
@Slf4j
public class ScriptExecutorServiceImpl implements ScriptExecutorService {
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment