SampleTest.java 398 B

123456789101112131415
  1. //package cn.com.ctop.job.kuaishou;
  2. //
  3. //
  4. //import lombok.extern.slf4j.Slf4j;
  5. //import org.junit.runner.RunWith;
  6. //import org.springframework.boot.test.context.SpringBootTest;
  7. //import org.springframework.test.context.junit4.SpringRunner;
  8. //
  9. //@RunWith(SpringRunner.class)
  10. //@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
  11. //@Slf4j
  12. //public class SampleTest {
  13. //
  14. //
  15. //}