From feec6b8dc5b3b2e38533366a2ed87dc2a0772f7a Mon Sep 17 00:00:00 2001 From: xyli Date: Fri, 3 Mar 2023 11:43:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B5=8B=E8=AF=95=E7=B1=BBym?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/java/org/springframework/boot/env/TestYml.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/java/org/springframework/boot/env/TestYml.java b/src/test/java/org/springframework/boot/env/TestYml.java index fbcb1e5..eab0158 100644 --- a/src/test/java/org/springframework/boot/env/TestYml.java +++ b/src/test/java/org/springframework/boot/env/TestYml.java @@ -6,8 +6,9 @@ import java.io.IOException; import java.util.List; import java.util.Map; - public class TestYml { + public static void main(String[] args) throws IOException { + } } -- Gitee