mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-15 04:22:09 +08:00
修正测试用例中的包路径问题
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.yomahub.liteflow.test.liteflowComponent;
|
||||
package com.yomahub.liteflow.test.liteflowcomponent;
|
||||
|
||||
import com.yomahub.liteflow.core.FlowExecutor;
|
||||
import com.yomahub.liteflow.flow.LiteflowResponse;
|
||||
@@ -24,7 +24,7 @@ import org.springframework.test.context.junit4.SpringRunner;
|
||||
@TestPropertySource(value = "classpath:/liteflowComponent/application.properties")
|
||||
@SpringBootTest(classes = LiteflowComponentSpringbootTest.class)
|
||||
@EnableAutoConfiguration
|
||||
@ComponentScan({"com.yomahub.liteflow.test.liteflowComponent.cmp"})
|
||||
@ComponentScan({"com.yomahub.liteflow.test.liteflowcomponent.cmp"})
|
||||
public class LiteflowComponentSpringbootTest extends BaseTest {
|
||||
|
||||
@Autowired
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* @email weenyc31@163.com
|
||||
* @Date 2020/4/1
|
||||
*/
|
||||
package com.yomahub.liteflow.test.liteflowComponent.cmp;
|
||||
package com.yomahub.liteflow.test.liteflowcomponent.cmp;
|
||||
|
||||
import com.yomahub.liteflow.annotation.LiteflowComponent;
|
||||
import com.yomahub.liteflow.core.NodeComponent;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* @email weenyc31@163.com
|
||||
* @Date 2020/4/1
|
||||
*/
|
||||
package com.yomahub.liteflow.test.liteflowComponent.cmp;
|
||||
package com.yomahub.liteflow.test.liteflowcomponent.cmp;
|
||||
|
||||
import com.yomahub.liteflow.annotation.LiteflowComponent;
|
||||
import com.yomahub.liteflow.core.NodeComponent;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* @email weenyc31@163.com
|
||||
* @Date 2020/4/1
|
||||
*/
|
||||
package com.yomahub.liteflow.test.liteflowComponent.cmp;
|
||||
package com.yomahub.liteflow.test.liteflowcomponent.cmp;
|
||||
|
||||
import com.yomahub.liteflow.annotation.LiteflowComponent;
|
||||
import com.yomahub.liteflow.core.NodeComponent;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* @email weenyc31@163.com
|
||||
* @Date 2020/4/1
|
||||
*/
|
||||
package com.yomahub.liteflow.test.liteflowComponent.cmp;
|
||||
package com.yomahub.liteflow.test.liteflowcomponent.cmp;
|
||||
|
||||
import com.yomahub.liteflow.annotation.LiteflowComponent;
|
||||
import com.yomahub.liteflow.core.NodeComponent;
|
||||
|
||||
Reference in New Issue
Block a user