Files
qingcheng-houduan/src/test/java/com/greenorange/promotion/GreenOrangeApplicationTests.java
2025-04-24 11:49:32 +08:00

21 lines
356 B
Java

package com.greenorange.promotion;
import com.auth0.jwt.JWT;
import com.auth0.jwt.algorithms.Algorithm;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import java.util.Calendar;
import java.util.HashMap;
@SpringBootTest
class GreenOrangeApplicationTests {
@Test
void contextLoads() {
}
}