Files
qingcheng-houduan/src/test/java/com/greenorange/promotion/GreenOrangeApplicationTests.java

21 lines
356 B
Java
Raw Normal View History

2025-04-01 11:48:31 +08:00
package com.greenorange.promotion;
2025-04-24 11:49:32 +08:00
import com.auth0.jwt.JWT;
import com.auth0.jwt.algorithms.Algorithm;
2025-04-01 11:48:31 +08:00
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
2025-04-24 11:49:32 +08:00
import java.util.Calendar;
import java.util.HashMap;
2025-04-01 11:48:31 +08:00
@SpringBootTest
class GreenOrangeApplicationTests {
@Test
void contextLoads() {
2025-04-24 11:49:32 +08:00
2025-04-01 11:48:31 +08:00
}
}