Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
byit-myth-job
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liyuan
byit-myth-job
Commits
e0ce076d
Commit
e0ce076d
authored
May 18, 2020
by
huangfusuper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
恢复到开发环境
parent
7bc34204
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
ImperativeExecutionImpl.java
...c/main/java/com/byit/service/ImperativeExecutionImpl.java
+2
-1
ScriptExecutorServiceImpl.java
...main/java/com/byit/service/ScriptExecutorServiceImpl.java
+1
-3
No files found.
byit-myth-executor/myth-executor-server/src/main/java/com/byit/service/ImperativeExecutionImpl.java
View file @
e0ce076d
...
@@ -24,7 +24,8 @@ import java.util.Date;
...
@@ -24,7 +24,8 @@ import java.util.Date;
* 命令式方式执行的执行机
* 命令式方式执行的执行机
* @author huangfu
* @author huangfu
*/
*/
@Component
@RpcService
@Slf4j
@Slf4j
public
class
ImperativeExecutionImpl
implements
ScriptExecutorService
{
public
class
ImperativeExecutionImpl
implements
ScriptExecutorService
{
private
final
CommandAndScriptProcessingMachine
commandAndScriptProcessingMachine
;
private
final
CommandAndScriptProcessingMachine
commandAndScriptProcessingMachine
;
...
...
byit-myth-executor/myth-executor-server/src/main/java/com/byit/service/ScriptExecutorServiceImpl.java
View file @
e0ce076d
...
@@ -19,7 +19,6 @@ import com.byit.utils.ServiceInfoUtil;
...
@@ -19,7 +19,6 @@ import com.byit.utils.ServiceInfoUtil;
import
lombok.extern.slf4j.Slf4j
;
import
lombok.extern.slf4j.Slf4j
;
import
org.springframework.beans.factory.annotation.Value
;
import
org.springframework.beans.factory.annotation.Value
;
import
org.springframework.data.redis.core.StringRedisTemplate
;
import
org.springframework.data.redis.core.StringRedisTemplate
;
import
org.springframework.stereotype.Component
;
import
org.springframework.stereotype.Service
;
import
org.springframework.stereotype.Service
;
import
java.io.*
;
import
java.io.*
;
...
@@ -32,8 +31,7 @@ import java.util.*;
...
@@ -32,8 +31,7 @@ import java.util.*;
* 脚本执行的实现
* 脚本执行的实现
* @author huangfu
* @author huangfu
*/
*/
@Component
@RpcService
@Slf4j
@Slf4j
public
class
ScriptExecutorServiceImpl
implements
ScriptExecutorService
{
public
class
ScriptExecutorServiceImpl
implements
ScriptExecutorService
{
/**
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment