package com.se.nsl; import org.junit.Test; import org.springframework.boot.test.context.SpringBootTest; import com.alibaba.fastjson.JSONObject; import java.io.File; import java.io.IOException; import java.net.*; import java.nio.ByteBuffer; import java.nio.channels.DatagramChannel; import java.nio.charset.Charset; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.nio.file.StandardCopyOption; import java.util.ArrayList; import java.util.Calendar; import java.util.List; @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT) public class AppTest { @Test public void t1() { System.out.println("t1..."); } }