DemoApplicationTests.java 215 B

123456789101112131415
  1. package com.launch.api;
  2. import org.junit.jupiter.api.Test;
  3. import org.springframework.boot.test.context.SpringBootTest;
  4. @SpringBootTest
  5. class DemoApplicationTests {
  6. @Test
  7. void contextLoads() {
  8. }
  9. }