feat(REQ-3114) - 调整钉钉处理 stream 模式,在哪些环境下能启动
This commit is contained in:
parent
ada9f09839
commit
0e31c77375
@ -16,7 +16,7 @@ import org.springframework.stereotype.Component;
|
||||
@Data
|
||||
public class RefreshableConfiguration {
|
||||
|
||||
@Value("${dingtalk.stream.enabled:true}")
|
||||
@Value("${dingtalk.stream.enabled:false}")
|
||||
private Boolean enableDingtalkStream;
|
||||
|
||||
}
|
||||
|
||||
@ -14,7 +14,7 @@ import org.springframework.context.annotation.Configuration;
|
||||
* xxl-job config
|
||||
*
|
||||
*/
|
||||
@OnlyPodsEnvironment
|
||||
//@OnlyPodsEnvironment
|
||||
@Configuration
|
||||
public class XxlJobConfig {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user