改变liteflowComponent测试用例包路径问题

This commit is contained in:
everywhere.z
2022-06-12 11:24:10 +08:00
parent a5699d8354
commit 93f8d13cca
7 changed files with 8 additions and 8 deletions

View File

@@ -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

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -0,0 +1 @@
liteflow.rule-source=lfCmpAnno/flow.xml

View File

@@ -1 +0,0 @@
liteflow.rule-source=liteflowComponent/flow.xml