feat(REQ-3004) - 调整 Riven 监听
This commit is contained in:
parent
a1c8327891
commit
5b33ad1b5b
@ -11,6 +11,7 @@ import cn.axzo.workflow.server.mq.outside.producer.DingtalkSendProducer;
|
|||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import org.springframework.beans.factory.InitializingBean;
|
import org.springframework.beans.factory.InitializingBean;
|
||||||
import org.springframework.beans.factory.annotation.Value;
|
import org.springframework.beans.factory.annotation.Value;
|
||||||
|
import org.springframework.stereotype.Component;
|
||||||
|
|
||||||
import javax.annotation.Resource;
|
import javax.annotation.Resource;
|
||||||
|
|
||||||
@ -21,7 +22,7 @@ import javax.annotation.Resource;
|
|||||||
* @since 2024-10-25 11:16
|
* @since 2024-10-25 11:16
|
||||||
*/
|
*/
|
||||||
@Slf4j
|
@Slf4j
|
||||||
//@Component
|
@Component
|
||||||
public class DingtalkReceiveListener implements EventHandler, InitializingBean {
|
public class DingtalkReceiveListener implements EventHandler, InitializingBean {
|
||||||
@Value("${spring.application.name}")
|
@Value("${spring.application.name}")
|
||||||
private String applicationName;
|
private String applicationName;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user