mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-06-10 03:07:32 +08:00
test(springboot4): 添加 run_springboot4_with_jdk25 测试运行配置
为 `liteflow-testcase-el-springboot4` 模块添加使用 JDK 25 的 JUnit 测试运行配置。
This commit is contained in:
14
.run_test/run_springboot4_with_jdk25.run.xml
Normal file
14
.run_test/run_springboot4_with_jdk25.run.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="run_springboot4_with_jdk25" type="JUnit" factoryName="JUnit">
|
||||
<module name="liteflow-testcase-el-springboot4" />
|
||||
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
|
||||
<option name="ALTERNATIVE_JRE_PATH" value="openjdk-25" />
|
||||
<option name="PACKAGE_NAME" value="com.yomahub.liteflow.test" />
|
||||
<option name="MAIN_CLASS_NAME" value="" />
|
||||
<option name="METHOD_NAME" value="" />
|
||||
<option name="TEST_OBJECT" value="package" />
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
</component>
|
||||
Reference in New Issue
Block a user