荣鑫后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
455 B

  1. package com.gaotao.service;
  2. import cn.hutool.core.date.DateTime;
  3. import org.junit.Test;
  4. import org.junit.runner.RunWith;
  5. import org.springframework.boot.test.context.SpringBootTest;
  6. import org.springframework.test.context.junit4.SpringRunner;
  7. import java.util.List;
  8. /**
  9. * @CLASSNAME DateTimeTest
  10. * @AUTHOR sxm
  11. * @DESCRIPTION
  12. * @DATE 2022/4/24 8:46
  13. * @VERSION 1.0
  14. **/
  15. @RunWith(SpringRunner.class)
  16. @SpringBootTest
  17. public class DateTimeTest {
  18. }