You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
215 B

5 months ago
  1. package com.example.demo;
  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. }