blob: 3117093b9873d87dbc0cff0f46bea224b527596e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
package com.odiparpack.back.odiparback;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.web.bind.annotation.GetMapping;
@SpringBootTest
class OdiparbackApplicationTests {
@Test
void contextLoads() {
}
}
|