test(springboot4): 添加 run_springboot4_with_jdk25 测试运行配置

为 `liteflow-testcase-el-springboot4` 模块添加使用 JDK 25 的 JUnit 测试运行配置。
This commit is contained in:
everywhere.z
2026-05-01 00:56:50 +08:00
parent bda0d81719
commit fe87db62fa

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