feat(REQ-3004) - 调整 Riven 监听

This commit is contained in:
wangli 2024-11-20 15:51:39 +08:00
parent a1c8327891
commit 5b33ad1b5b

View File

@ -11,6 +11,7 @@ import cn.axzo.workflow.server.mq.outside.producer.DingtalkSendProducer;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
import javax.annotation.Resource;
@ -21,7 +22,7 @@ import javax.annotation.Resource;
* @since 2024-10-25 11:16
*/
@Slf4j
//@Component
@Component
public class DingtalkReceiveListener implements EventHandler, InitializingBean {
@Value("${spring.application.name}")
private String applicationName;