mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-15 04:22:09 +08:00
更改package成com.yomahub
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package com.thebeastshop.liteflow.springboot;
|
||||
package com.yomahub.liteflow.springboot;
|
||||
|
||||
import com.google.common.collect.Lists;
|
||||
import com.thebeastshop.liteflow.core.FlowExecutor;
|
||||
import com.thebeastshop.liteflow.spring.ComponentScaner;
|
||||
import com.yomahub.liteflow.core.FlowExecutor;
|
||||
import com.yomahub.liteflow.spring.ComponentScaner;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.thebeastshop.liteflow.springboot;
|
||||
package com.yomahub.liteflow.springboot;
|
||||
|
||||
import com.thebeastshop.liteflow.core.FlowExecutor;
|
||||
import com.yomahub.liteflow.core.FlowExecutor;
|
||||
import org.springframework.beans.factory.InitializingBean;
|
||||
import javax.annotation.Resource;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.thebeastshop.liteflow.springboot;
|
||||
package com.yomahub.liteflow.springboot;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Value;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
Reference in New Issue
Block a user