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

14 lines
231 B
Java
Raw Normal View History

2025-04-01 11:48:31 +08:00
package com.greenorange.promotion;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class GreenOrangeApplicationTests {
@Test
void contextLoads() {
}
}