From 1d856ab09097c86577abe515c963ea62cdb77d62 Mon Sep 17 00:00:00 2001 From: forge-bot Date: Fri, 10 Jul 2026 15:41:20 +0000 Subject: [PATCH] =?UTF-8?q?Spring=20Boot=20=EC=B5=9C=EC=86=8C=20=EC=A0=84?= =?UTF-8?q?=ED=99=98=20=EB=8B=A8=EC=9C=84=20=EA=B5=AC=ED=98=84=20(BAIS-NAT?= =?UTF-8?q?IVE-1783698057)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../example/baisgate/BaisGateApplicationTests.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/test/java/com/example/baisgate/BaisGateApplicationTests.java diff --git a/src/test/java/com/example/baisgate/BaisGateApplicationTests.java b/src/test/java/com/example/baisgate/BaisGateApplicationTests.java new file mode 100644 index 0000000..1a8f4c5 --- /dev/null +++ b/src/test/java/com/example/baisgate/BaisGateApplicationTests.java @@ -0,0 +1,12 @@ +package com.example.baisgate; + +import org.junit.jupiter.api.Test; +import org.springframework.boot.test.context.SpringBootTest; + +@SpringBootTest +class BaisGateApplicationTests { + + @Test + void contextLoads() { + } +} \ No newline at end of file