From 50e1a151fac38071b0966e6ed10ba281110ceb43 Mon Sep 17 00:00:00 2001 From: Dongseon Yang <78548833+dongseon0@users.noreply.github.com> Date: Sat, 4 Nov 2023 00:20:01 +0900 Subject: [PATCH] Add files via upload --- .../MvcStudyApplicationTests.java" | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 "3\354\243\274\354\260\250 Server S-Day \352\263\274\354\240\234/MvcStudyApplicationTests.java" diff --git "a/3\354\243\274\354\260\250 Server S-Day \352\263\274\354\240\234/MvcStudyApplicationTests.java" "b/3\354\243\274\354\260\250 Server S-Day \352\263\274\354\240\234/MvcStudyApplicationTests.java" new file mode 100644 index 0000000..fdbdc5b --- /dev/null +++ "b/3\354\243\274\354\260\250 Server S-Day \352\263\274\354\240\234/MvcStudyApplicationTests.java" @@ -0,0 +1,13 @@ +package mvcstudy.mvcstudy; + +import org.junit.jupiter.api.Test; +import org.springframework.boot.test.context.SpringBootTest; + +@SpringBootTest +class MvcStudyApplicationTests { + + @Test + void contextLoads() { + } + +}