mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-23 23:08:10 +08:00
更改package成com.yomahub
This commit is contained in:
@@ -4,10 +4,9 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<artifactId>liteflow</artifactId>
|
||||
<groupId>com.thebeastshop</groupId>
|
||||
<groupId>com.yomahub</groupId>
|
||||
<version>2.2.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<groupId>com.thebeastshop</groupId>
|
||||
<artifactId>liteflow-test-springboot</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<description>Demo project for Spring Boot</description>
|
||||
@@ -36,7 +35,7 @@
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.thebeastshop</groupId>
|
||||
<groupId>com.yomahub</groupId>
|
||||
<artifactId>liteflow-spring-boot-starter</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.thebeastshop.flowtest;
|
||||
package com.yomahub.flowtest;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
@@ -1,7 +1,7 @@
|
||||
package com.thebeastshop.flowtest;
|
||||
package com.yomahub.flowtest;
|
||||
|
||||
import com.thebeastshop.liteflow.core.FlowExecutor;
|
||||
import com.thebeastshop.liteflow.entity.data.Slot;
|
||||
import com.yomahub.liteflow.core.FlowExecutor;
|
||||
import com.yomahub.liteflow.entity.data.Slot;
|
||||
import org.springframework.boot.CommandLineRunner;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
* @Date 2017-8-1
|
||||
* @version 1.0
|
||||
*/
|
||||
package com.thebeastshop.flowtest.components;
|
||||
package com.yomahub.flowtest.components;
|
||||
|
||||
import com.thebeastshop.liteflow.core.NodeComponent;
|
||||
import com.yomahub.liteflow.core.NodeComponent;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@Component("a")
|
||||
@@ -7,9 +7,9 @@
|
||||
* @Date 2017-8-1
|
||||
* @version 1.0
|
||||
*/
|
||||
package com.thebeastshop.flowtest.components;
|
||||
package com.yomahub.flowtest.components;
|
||||
|
||||
import com.thebeastshop.liteflow.core.NodeComponent;
|
||||
import com.yomahub.liteflow.core.NodeComponent;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@Component("b")
|
||||
@@ -7,9 +7,9 @@
|
||||
* @Date 2017-8-1
|
||||
* @version 1.0
|
||||
*/
|
||||
package com.thebeastshop.flowtest.components;
|
||||
package com.yomahub.flowtest.components;
|
||||
|
||||
import com.thebeastshop.liteflow.core.NodeComponent;
|
||||
import com.yomahub.liteflow.core.NodeComponent;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@Component("c")
|
||||
@@ -6,10 +6,10 @@
|
||||
* @email 47483522@qq.com
|
||||
* @Date 2017-11-28
|
||||
*/
|
||||
package com.thebeastshop.flowtest.components;
|
||||
package com.yomahub.flowtest.components;
|
||||
|
||||
import com.thebeastshop.liteflow.core.NodeComponent;
|
||||
import com.thebeastshop.liteflow.core.NodeCondComponent;
|
||||
import com.yomahub.liteflow.core.NodeComponent;
|
||||
import com.yomahub.liteflow.core.NodeCondComponent;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@Component("cond")
|
||||
@@ -7,10 +7,10 @@
|
||||
* @Date 2017-8-1
|
||||
* @version 1.0
|
||||
*/
|
||||
package com.thebeastshop.flowtest.components;
|
||||
package com.yomahub.flowtest.components;
|
||||
|
||||
import com.thebeastshop.liteflow.core.NodeComponent;
|
||||
import com.thebeastshop.liteflow.entity.data.Slot;
|
||||
import com.yomahub.liteflow.core.NodeComponent;
|
||||
import com.yomahub.liteflow.entity.data.Slot;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@Component("d")
|
||||
@@ -7,9 +7,9 @@
|
||||
* @Date 2017-8-1
|
||||
* @version 1.0
|
||||
*/
|
||||
package com.thebeastshop.flowtest.components;
|
||||
package com.yomahub.flowtest.components;
|
||||
|
||||
import com.thebeastshop.liteflow.core.NodeComponent;
|
||||
import com.yomahub.liteflow.core.NodeComponent;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@Component("e")
|
||||
@@ -7,9 +7,9 @@
|
||||
* @Date 2017-8-1
|
||||
* @version 1.0
|
||||
*/
|
||||
package com.thebeastshop.flowtest.components;
|
||||
package com.yomahub.flowtest.components;
|
||||
|
||||
import com.thebeastshop.liteflow.core.NodeComponent;
|
||||
import com.yomahub.liteflow.core.NodeComponent;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@Component("f")
|
||||
@@ -7,9 +7,9 @@
|
||||
* @Date 2017-8-1
|
||||
* @version 1.0
|
||||
*/
|
||||
package com.thebeastshop.flowtest.components;
|
||||
package com.yomahub.flowtest.components;
|
||||
|
||||
import com.thebeastshop.liteflow.core.NodeComponent;
|
||||
import com.yomahub.liteflow.core.NodeComponent;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@Component("g")
|
||||
@@ -7,11 +7,11 @@
|
||||
* @Date 2017-8-1
|
||||
* @version 1.0
|
||||
*/
|
||||
package com.thebeastshop.flowtest.components;
|
||||
package com.yomahub.flowtest.components;
|
||||
|
||||
import com.thebeastshop.liteflow.core.FlowExecutor;
|
||||
import com.thebeastshop.liteflow.core.NodeComponent;
|
||||
import com.thebeastshop.liteflow.entity.data.DefaultSlot;
|
||||
import com.yomahub.liteflow.core.FlowExecutor;
|
||||
import com.yomahub.liteflow.core.NodeComponent;
|
||||
import com.yomahub.liteflow.entity.data.DefaultSlot;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
@@ -7,10 +7,10 @@
|
||||
* @Date 2017-8-1
|
||||
* @version 1.0
|
||||
*/
|
||||
package com.thebeastshop.flowtest.components;
|
||||
package com.yomahub.flowtest.components;
|
||||
|
||||
import com.thebeastshop.liteflow.core.FlowExecutor;
|
||||
import com.thebeastshop.liteflow.core.NodeComponent;
|
||||
import com.yomahub.liteflow.core.FlowExecutor;
|
||||
import com.yomahub.liteflow.core.NodeComponent;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
@@ -7,10 +7,10 @@
|
||||
* @Date 2017-8-1
|
||||
* @version 1.0
|
||||
*/
|
||||
package com.thebeastshop.flowtest.components;
|
||||
package com.yomahub.flowtest.components;
|
||||
|
||||
import com.thebeastshop.liteflow.core.FlowExecutor;
|
||||
import com.thebeastshop.liteflow.core.NodeComponent;
|
||||
import com.yomahub.liteflow.core.FlowExecutor;
|
||||
import com.yomahub.liteflow.core.NodeComponent;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
@@ -7,11 +7,11 @@
|
||||
* @Date 2017-8-1
|
||||
* @version 1.0
|
||||
*/
|
||||
package com.thebeastshop.flowtest.components;
|
||||
package com.yomahub.flowtest.components;
|
||||
|
||||
import com.thebeastshop.liteflow.core.FlowExecutor;
|
||||
import com.thebeastshop.liteflow.core.NodeComponent;
|
||||
import com.thebeastshop.liteflow.entity.data.DefaultSlot;
|
||||
import com.yomahub.liteflow.core.FlowExecutor;
|
||||
import com.yomahub.liteflow.core.NodeComponent;
|
||||
import com.yomahub.liteflow.entity.data.DefaultSlot;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
@@ -7,11 +7,11 @@
|
||||
* @Date 2017-8-1
|
||||
* @version 1.0
|
||||
*/
|
||||
package com.thebeastshop.flowtest.components;
|
||||
package com.yomahub.flowtest.components;
|
||||
|
||||
import com.thebeastshop.liteflow.core.FlowExecutor;
|
||||
import com.thebeastshop.liteflow.core.NodeComponent;
|
||||
import com.thebeastshop.liteflow.core.NodeCondComponent;
|
||||
import com.yomahub.liteflow.core.FlowExecutor;
|
||||
import com.yomahub.liteflow.core.NodeComponent;
|
||||
import com.yomahub.liteflow.core.NodeCondComponent;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
@@ -7,10 +7,10 @@
|
||||
* @Date 2017-8-1
|
||||
* @version 1.0
|
||||
*/
|
||||
package com.thebeastshop.flowtest.components;
|
||||
package com.yomahub.flowtest.components;
|
||||
|
||||
import com.thebeastshop.liteflow.core.FlowExecutor;
|
||||
import com.thebeastshop.liteflow.core.NodeComponent;
|
||||
import com.yomahub.liteflow.core.FlowExecutor;
|
||||
import com.yomahub.liteflow.core.NodeComponent;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
@@ -7,10 +7,10 @@
|
||||
* @Date 2017-8-1
|
||||
* @version 1.0
|
||||
*/
|
||||
package com.thebeastshop.flowtest.components;
|
||||
package com.yomahub.flowtest.components;
|
||||
|
||||
import com.thebeastshop.liteflow.core.FlowExecutor;
|
||||
import com.thebeastshop.liteflow.core.NodeComponent;
|
||||
import com.yomahub.liteflow.core.FlowExecutor;
|
||||
import com.yomahub.liteflow.core.NodeComponent;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
@@ -7,11 +7,11 @@
|
||||
* @Date 2017-8-1
|
||||
* @version 1.0
|
||||
*/
|
||||
package com.thebeastshop.flowtest.components;
|
||||
package com.yomahub.flowtest.components;
|
||||
|
||||
import com.thebeastshop.liteflow.core.FlowExecutor;
|
||||
import com.thebeastshop.liteflow.core.NodeComponent;
|
||||
import com.thebeastshop.liteflow.core.NodeCondComponent;
|
||||
import com.yomahub.liteflow.core.FlowExecutor;
|
||||
import com.yomahub.liteflow.core.NodeComponent;
|
||||
import com.yomahub.liteflow.core.NodeCondComponent;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.thebeastshop.flowtest.curator;
|
||||
package com.yomahub.flowtest.curator;
|
||||
|
||||
import org.apache.curator.framework.CuratorFramework;
|
||||
import org.apache.curator.framework.CuratorFrameworkFactory;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.thebeastshop.flowtest.curator;
|
||||
package com.yomahub.flowtest.curator;
|
||||
|
||||
import org.apache.curator.framework.CuratorFramework;
|
||||
import org.apache.curator.framework.CuratorFrameworkFactory;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.thebeastshop.flowtest.regex;
|
||||
package com.yomahub.flowtest.regex;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -2,14 +2,14 @@
|
||||
<flow>
|
||||
<!-- 如果和spring集成,以下<nodes>配置可以不要
|
||||
<nodes>
|
||||
<node id="a" class="com.thebeastshop.flowtest.components.AComponent"/>
|
||||
<node id="b" class="com.thebeastshop.flowtest.components.BComponent"/>
|
||||
<node id="c" class="com.thebeastshop.flowtest.components.CComponent"/>
|
||||
<node id="d" class="com.thebeastshop.flowtest.components.DComponent"/>
|
||||
<node id="e" class="com.thebeastshop.flowtest.components.EComponent"/>
|
||||
<node id="f" class="com.thebeastshop.flowtest.components.FComponent"/>
|
||||
<node id="g" class="com.thebeastshop.flowtest.components.GComponent"/>
|
||||
<node id="cond" class="com.thebeastshop.liteflow.test.component.CondComponent"/>
|
||||
<node id="a" class="com.yomahub.liteflow.test.component.AComponent"/>
|
||||
<node id="b" class="com.yomahub.liteflow.test.component.BComponent"/>
|
||||
<node id="c" class="com.yomahub.liteflow.test.component.CComponent"/>
|
||||
<node id="d" class="com.yomahub.liteflow.test.component.DComponent"/>
|
||||
<node id="e" class="com.yomahub.liteflow.test.component.EComponent"/>
|
||||
<node id="f" class="com.yomahub.liteflow.test.component.FComponent"/>
|
||||
<node id="g" class="com.yomahub.liteflow.test.component.GComponent"/>
|
||||
<node id="cond" class="com.yomahub.liteflow.test.component.CondComponent"/>
|
||||
</nodes>
|
||||
-->
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.thebeastshop.flowtest;
|
||||
package com.yomahub.flowtest;
|
||||
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
Reference in New Issue
Block a user