Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dongseon0 authored Nov 3, 2023
1 parent 3f6f425 commit 50e1a15
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 3주차 Server S-Day 과제/MvcStudyApplicationTests.java
Original file line number Diff line number Diff line change
@@ -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() {
}

}

0 comments on commit 50e1a15

Please sign in to comment.