mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
改变liteflowComponent测试用例包路径问题
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.yomahub.liteflow.test.liteflowComponent;
|
||||
package com.yomahub.liteflow.test.lfCmpAnno;
|
||||
|
||||
import com.yomahub.liteflow.core.FlowExecutor;
|
||||
import com.yomahub.liteflow.flow.LiteflowResponse;
|
||||
@@ -21,10 +21,10 @@ import org.springframework.test.context.junit4.SpringRunner;
|
||||
* @since 2.5.10
|
||||
*/
|
||||
@RunWith(SpringRunner.class)
|
||||
@TestPropertySource(value = "classpath:/liteflowComponent/application.properties")
|
||||
@TestPropertySource(value = "classpath:/lfCmpAnno/application.properties")
|
||||
@SpringBootTest(classes = LiteflowComponentSpringbootTest.class)
|
||||
@EnableAutoConfiguration
|
||||
@ComponentScan({"com.yomahub.liteflow.test.liteflowComponent.cmp"})
|
||||
@ComponentScan({"com.yomahub.liteflow.test.lfCmpAnno.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.lfCmpAnno.cmp;
|
||||
|
||||
import com.yomahub.liteflow.annotation.LiteflowCmpDefine;
|
||||
import com.yomahub.liteflow.annotation.LiteflowComponent;
|
||||
@@ -5,7 +5,7 @@
|
||||
* @email weenyc31@163.com
|
||||
* @Date 2020/4/1
|
||||
*/
|
||||
package com.yomahub.liteflow.test.liteflowComponent.cmp;
|
||||
package com.yomahub.liteflow.test.lfCmpAnno.cmp;
|
||||
|
||||
import com.yomahub.liteflow.annotation.LiteflowCmpDefine;
|
||||
import com.yomahub.liteflow.annotation.LiteflowComponent;
|
||||
@@ -5,7 +5,7 @@
|
||||
* @email weenyc31@163.com
|
||||
* @Date 2020/4/1
|
||||
*/
|
||||
package com.yomahub.liteflow.test.liteflowComponent.cmp;
|
||||
package com.yomahub.liteflow.test.lfCmpAnno.cmp;
|
||||
|
||||
import com.yomahub.liteflow.annotation.LiteflowCmpDefine;
|
||||
import com.yomahub.liteflow.annotation.LiteflowComponent;
|
||||
@@ -5,7 +5,7 @@
|
||||
* @email weenyc31@163.com
|
||||
* @Date 2020/4/1
|
||||
*/
|
||||
package com.yomahub.liteflow.test.liteflowComponent.cmp;
|
||||
package com.yomahub.liteflow.test.lfCmpAnno.cmp;
|
||||
|
||||
import com.yomahub.liteflow.annotation.LiteflowCmpDefine;
|
||||
import com.yomahub.liteflow.annotation.LiteflowComponent;
|
||||
@@ -0,0 +1 @@
|
||||
liteflow.rule-source=lfCmpAnno/flow.xml
|
||||
@@ -1 +0,0 @@
|
||||
liteflow.rule-source=liteflowComponent/flow.xml
|
||||
Reference in New Issue
Block a user