Skip to content

Instantly share code, notes, and snippets.

@i07
Created May 8, 2022 19:17
Show Gist options
  • Save i07/cab913e9407b8c985ef58c963f332513 to your computer and use it in GitHub Desktop.
Save i07/cab913e9407b8c985ef58c963f332513 to your computer and use it in GitHub Desktop.
package donkers.tutorial.medium
import org.junit.jupiter.api.Test
import org.springframework.boot.test.context.SpringBootTest
@SpringBootTest
class TutorialRestApiApplicationTests {
@Test
fun contextLoads() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment