Initial commit
This commit is contained in:
commit
4d4db1b153
22 changed files with 290 additions and 0 deletions
13
src/test/java/com/example/demo/DemoApplicationTest.java
Normal file
13
src/test/java/com/example/demo/DemoApplicationTest.java
Normal file
|
@ -0,0 +1,13 @@
|
|||
package com.example.demo;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
@SpringBootTest
|
||||
class DemoApplicationTest {
|
||||
|
||||
@Test
|
||||
void contextLoads() {
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue