From fe87db62fa4def0cbcc555fb3d7163f3b01c16f4 Mon Sep 17 00:00:00 2001 From: "everywhere.z" Date: Fri, 1 May 2026 00:56:50 +0800 Subject: [PATCH] =?UTF-8?q?test(springboot4):=20=E6=B7=BB=E5=8A=A0=20run?= =?UTF-8?q?=5Fspringboot4=5Fwith=5Fjdk25=20=E6=B5=8B=E8=AF=95=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为 `liteflow-testcase-el-springboot4` 模块添加使用 JDK 25 的 JUnit 测试运行配置。 --- .run_test/run_springboot4_with_jdk25.run.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .run_test/run_springboot4_with_jdk25.run.xml diff --git a/.run_test/run_springboot4_with_jdk25.run.xml b/.run_test/run_springboot4_with_jdk25.run.xml new file mode 100644 index 000000000..4f7e49ec5 --- /dev/null +++ b/.run_test/run_springboot4_with_jdk25.run.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file