GetDataByViewApplicationTests.java 307 B

123456789101112131415161718192021
  1. package com.jyxt.getdatabyview;
  2. import org.junit.jupiter.api.Test;
  3. import org.springframework.boot.test.context.SpringBootTest;
  4. import java.util.*;
  5. @SpringBootTest
  6. class GetDataByViewApplicationTests {
  7. @Test
  8. void contextLoads() {
  9. }
  10. public static void main(String[] args) {
  11. }
  12. }