fix 修复 配置名书写错误

This commit is contained in:
疯狂的狮子Li
2025-01-14 14:12:19 +08:00
parent 6f14c91d30
commit dd54cc972a
2 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,6 @@ import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.TYPE, ElementType.METHOD })
@ConditionalOnProperty(value = "workflow.enabled", havingValue = "true")
@ConditionalOnProperty(value = "work-flow.enabled", havingValue = "true")
public @interface ConditionalOnEnable {
}