Test.java
405 Bytes
package com.example.dahua;
import org.springframework.http.ResponseEntity;
import org.springframework.scheduling.annotation.Async;
import org.springframework.web.client.RestTemplate;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Random;
import java.util.UUID;
public class Test {
public static void main(String[] args) {
Test test = new Test();
}
}