| 123456789101112131415161718192021 |
- package com.jyxt.getdatabyview;
- import org.junit.jupiter.api.Test;
- import org.springframework.boot.test.context.SpringBootTest;
- import java.util.*;
- @SpringBootTest
- class GetDataByViewApplicationTests {
- @Test
- void contextLoads() {
- }
- public static void main(String[] args) {
-
- }
- }
|