mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-20 01:45:55 +08:00
fix(启动报错): 启动报错问题修复
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package com.fastbee.iot.ruleEngine;
|
||||
|
||||
import com.fastbee.common.core.redis.RedisCache;
|
||||
import com.yomahub.liteflow.script.annotation.ScriptBean;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@@ -12,7 +11,6 @@ import org.springframework.stereotype.Component;
|
||||
*/
|
||||
@Component
|
||||
@Slf4j
|
||||
@ScriptBean("msgContextService")
|
||||
public class MsgContextService {
|
||||
|
||||
private final RedisCache redisCache;
|
||||
@@ -24,6 +22,4 @@ public class MsgContextService {
|
||||
private void process(String serialNumber){
|
||||
//执行的业务逻辑
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user