Files
liteFlow/.run_test/run_springboot4_with_jdk25.run.xml
everywhere.z fe87db62fa test(springboot4): 添加 run_springboot4_with_jdk25 测试运行配置
为 `liteflow-testcase-el-springboot4` 模块添加使用 JDK 25 的 JUnit 测试运行配置。
2026-05-01 00:56:50 +08:00

14 lines
649 B
XML

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