GITLAB

陶汉栋 / MyCloud

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • mycloud
  • ..
  • dahua
  • dahua
  • Test.java
  • 9c32d991   增加网关负载 Browse Code »
    陶汉栋
    2020-05-04 13:55:35 +0800  
Test.java 405 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
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();


    }


}