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
239 B

3 years ago
  1. package ru.digitalbanana.demoresourceserver;
  2. import org.junit.jupiter.api.Test;
  3. import org.springframework.boot.test.context.SpringBootTest;
  4. @SpringBootTest
  5. class DemoResourceServerApplicationTests {
  6. @Test
  7. void contextLoads() {
  8. }
  9. }