10 lines
253 B
Java
Raw Normal View History

2025-06-06 18:10:02 +08:00
package cd.casic.server;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ActiveProfiles;
@SpringBootTest(classes = {OpsServerApplication.class})
@ActiveProfiles("local")
public class ReportTest {
}