mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-11-13 04:33:44 +08:00
update 优化 工作流配置书写错误
This commit is contained in:
@@ -9,6 +9,6 @@ import java.lang.annotation.Target;
|
||||
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target({ ElementType.TYPE, ElementType.METHOD })
|
||||
@ConditionalOnProperty(value = "work-flow.enabled", havingValue = "true")
|
||||
@ConditionalOnProperty(value = "warm-flow.enabled", havingValue = "true")
|
||||
public @interface ConditionalOnEnable {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user