feature #I64T29 增加脚本语言Lua的支持

This commit is contained in:
everywhere.z
2022-12-06 11:14:42 +08:00
parent 579d05a7c3
commit 940fbff68a
18 changed files with 289 additions and 5 deletions

View File

@@ -17,9 +17,9 @@ import javax.annotation.Resource;
/**
* 测试springboot下的groovy脚本组件基于xml配置
* 测试springboot下的python脚本组件基于xml配置
* @author Bryan.Zhang
* @since 2.6.0
* @since 2.9.5
*/
@RunWith(SpringRunner.class)
@TestPropertySource(value = "classpath:/common/application.properties")