RepairsApplicationTests.java 175 B

123456789101112
  1. package com.chuanghai;
  2. import org.junit.jupiter.api.Test;
  3. import org.springframework.boot.test.context.SpringBootTest;
  4. @SpringBootTest
  5. class RepairsApplicationTests {
  6. }