mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
初步完成 liteflow-solon-plugin 适配
This commit is contained in:
@@ -21,10 +21,10 @@ import org.noear.solon.core.AopContext;
|
||||
@Configuration
|
||||
public class LiteflowMainAutoConfiguration {
|
||||
|
||||
@Inject("${liteflow.parse-on-start}")
|
||||
@Inject(value = "${liteflow.parse-on-start}",required = false)
|
||||
boolean parseOnStart;
|
||||
|
||||
@Inject("${liteflow.monitor.enable-log}")
|
||||
@Inject(value = "${liteflow.monitor.enable-log}", required = false)
|
||||
boolean enableLog;
|
||||
|
||||
@Inject
|
||||
|
||||
Reference in New Issue
Block a user